mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
10 lines
130 B
Go
10 lines
130 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/swaggo/swag/cmd/swag"
|
|
)
|