makeshift/main.go

7 lines
87 B
Go

package main
import "git.towk2.me/towk/makeshift/cmd"
func main() {
cmd.Execute()
}