mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
remove 'tidy' ci.go subcommand
This commit is contained in:
parent
18febfa994
commit
043e852325
1 changed files with 0 additions and 2 deletions
|
|
@ -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])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue