CRAAPI/main.go
2024-05-10 19:48:59 +00:00

10 lines
71 B
Go

package main
import (
"craapi/cmd"
)
func main() {
cmd.Execute()
}