mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-06-18 15:51:35 +02:00
Initial commit
This commit is contained in:
commit
15407746e3
37 changed files with 8525 additions and 0 deletions
9
main.go
Normal file
9
main.go
Normal 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()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue