mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 09:36:20 +02:00
10 lines
180 B
Go
10 lines
180 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
_ "github.com/99designs/gqlgen/graphql/introspection"
|
|
_ "github.com/spf13/cobra-cli"
|
|
)
|