This commit is contained in:
yo
2021-12-18 13:13:25 +01:00
parent 2454c5984e
commit 541222e2d0
8 changed files with 492 additions and 0 deletions

10
main.go Normal file
View File

@ -0,0 +1,10 @@
package main
import (
"gocage/cmd"
)
func main () {
cmd.Execute()
}