Go-Back-Skeleton/main.go
2019-01-13 22:52:39 +01:00

7 lines
83 B
Go

package main
import "github.com/dhax/go-base/cmd"
func main() {
cmd.Execute()
}