x/main.go

10 lignes
79 B
Go

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