diff --git a/daemon/algod/api/swagger.go b/daemon/algod/api/swagger.go index 3084f3bc99..e20506e2cf 100644 --- a/daemon/algod/api/swagger.go +++ b/daemon/algod/api/swagger.go @@ -16,9 +16,10 @@ package api -import _ "embed" +import _ "embed" // for embedding purposes // SwaggerSpecJSONEmbed is a string that is pulled from algod.oas2.json via go-embed // for use with the GET /swagger.json endpoint +// //go:embed algod.oas2.json var SwaggerSpecJSONEmbed string