goblin/main.go
2023-09-07 22:10:15 +03:00

10 lines
71 B
Go

package main
import (
"goblin/cmd"
)
func main() {
cmd.Execute()
}