Changes:
Simplify nested complexity
If an if blocks ends with a return statement then remove the else nesting.
Most of the changes has also been reported in golint https://goreportcard.com/report/github.com/ethereum/go-ethereum#golint
|
||
|---|---|---|
| .. | ||
| cmd.go | ||
| customflags_test.go | ||
| customflags.go | ||
| flags_legacy.go | ||
| flags_test.go | ||
| flags.go | ||
| prompt_test.go | ||
| prompt.go | ||