Files
godeez/main.go
T

8 lines
87 B
Go

package main
import "github.com/mathismqn/godeez/cmd"
func main() {
cmd.Execute()
}