mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +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()
|
|
}
|