mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-14 10:35:19 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
package main
|
|
|
|
import (
|
|
"github.com/Fluffy-Bean/TastyBites/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Parse()
|
|
}
|