x/main.go

10 lines
79 B
Go

package main
import (
"sneak.berlin/x/cmd"
)
func main() {
cmd.Execute()
}