package main import ( "git.bloy.org/mike/gotest/cmd" _ "github.com/joho/godotenv/autoload" ) func main() { cmd.Execute() }