mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
fix lint
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
package docs
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
_ "github.com/swaggo/swag" // make sure swag is in go.mod
|
||||
_ "embed" // embed html below
|
||||
|
||||
_ "github.com/swaggo/swag" // make sure swag is in go.mod
|
||||
)
|
||||
|
||||
//go:embed docs.html
|
||||
|
||||
Reference in New Issue
Block a user