10 lines
79 B
Go
10 lines
79 B
Go
package main
|
|
|
|
import (
|
|
"sneak.berlin/x/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|