Initial commit

This commit is contained in:
Kevin Kandlbinder 2023-02-24 22:17:45 +01:00
commit 15407746e3
37 changed files with 8525 additions and 0 deletions

9
main.go Normal file
View file

@ -0,0 +1,9 @@
package main
import "github.com/Unkn0wnCat/calapi/cmd"
//go:generate go run github.com/99designs/gqlgen generate
func main() {
cmd.Execute()
}