gocage/main.go
2022-04-24 16:49:54 +02:00

10 lines
71 B
Go

package main
import (
"gocage/cmd"
)
func main() {
cmd.Execute()
}