Go mod tidy and remove redundant code
Created by: blanet
-
go mod tidy
to tidy go module deps -
remove
commit.inputRev
judge and reassign logic becausecommit.inputRev
is always set to&inputRev
above
Created by: blanet
go mod tidy
to tidy go module deps
remove commit.inputRev
judge and reassign logic because commit.inputRev
is always set to &inputRev
above