package main import ( "github.com/akyaiy/GoSally-mvp/cmd" ) func main() { cmd.Execute() }