1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-10-08 23:24:32 +02:00
Files
.github
api
cmd
configs
init
internal
pkg
tools
web
.gitignore
.goreleaser.yaml
LICENSE
Makefile
README.md
ReleaseNotes.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
cc-backend/tools.go
2022-09-16 06:09:55 +02:00

10 lines
130 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/swaggo/swag/cmd/swag"
)