TastyBites/tasty_bites.go
2024-03-15 15:14:21 +00:00

10 lines
73 B
Go

package main
import (
"TastyBites/cmd"
)
func main() {
cmd.Serve()
}