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()
case "generate":
doGenerate()
case "tidy":
doGoModTidy()
default:
log.Fatal("unknown command ", os.Args[1])
}