mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-06-17 15:21:36 +02:00
Initial commit
This commit is contained in:
commit
15407746e3
37 changed files with 8525 additions and 0 deletions
10
tools.go
Normal file
10
tools.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/99designs/gqlgen"
|
||||
_ "github.com/99designs/gqlgen/graphql/introspection"
|
||||
_ "github.com/spf13/cobra-cli"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue