From bcf478840ea3eb0c720a9131c1eccd5d70464cd3 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Tue, 30 Jan 2024 11:45:58 +0000 Subject: [PATCH] fix: update lint error --- api/doc/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/doc/doc.go b/api/doc/doc.go index 0f7e15d20..5f8f76740 100644 --- a/api/doc/doc.go +++ b/api/doc/doc.go @@ -11,6 +11,8 @@ import ( "gopkg.in/yaml.v2" ) +// FS embeds the Open API specs and documentation. +// //go:embed thor.yaml api-docs var FS embed.FS var version string