diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index f6b96922..b821bc5b 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - title: HTTP API Console + title: HTTP API Console name: '' description: '' paths: diff --git a/electra/tools/tools.go b/electra/tools/tools.go index e668aaa9..266648d0 100644 --- a/electra/tools/tools.go +++ b/electra/tools/tools.go @@ -1,5 +1,7 @@ //go:build tools + + package tools import (