remove 'tidy' ci.go subcommand

This commit is contained in:
Jared Wasinger 2024-08-12 06:20:17 -07:00
parent 18febfa994
commit 043e852325

View file

@ -172,8 +172,6 @@ func main() {
doSanityCheck() doSanityCheck()
case "generate": case "generate":
doGenerate() doGenerate()
case "tidy":
doGoModTidy()
default: default:
log.Fatal("unknown command ", os.Args[1]) log.Fatal("unknown command ", os.Args[1])
} }