mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-14 07:32:16 +00:00
9 lines
96 B
Go
9 lines
96 B
Go
package main
|
|
|
|
import (
|
|
"github.com/Fluffy-Bean/TastyBites/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Serve()
|
|
}
|