Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding/gob: remove always false comparison
This is not a functional change. nr is a uint64 and can never be less than zero, remove the no-op comparison. Fixes golang#11279 Change-Id: Iebb36cc8fe97428b503e65d01b5e67d2b2bc7369 Reviewed-on: https://go-review.googlesource.com/13876 Run-TryBot: Todd Neal <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
- Loading branch information