mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:12:25 +00:00
10 lines
94 B
Go
10 lines
94 B
Go
package main
|
|
|
|
import (
|
|
"github.com/akyaiy/GoSally-mvp/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|