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