gotest/main.go
2019-08-25 13:29:01 -05:00

10 lines
89 B
Go

package main
import (
"git.bloy.org/mike/gotest/cmd"
)
func main() {
cmd.Execute()
}