mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 09:36:20 +02:00
9 lines
147 B
Go
9 lines
147 B
Go
package main
|
|
|
|
import "github.com/Unkn0wnCat/calapi/cmd"
|
|
|
|
//go:generate go run github.com/99designs/gqlgen generate
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|