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