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