]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: replace constant literals with named constant (cleanup)
authorRobert Griesemer <gri@golang.org>
Fri, 21 Aug 2020 17:02:44 +0000 (10:02 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 25 Aug 2020 16:06:28 +0000 (16:06 +0000)
commit27136419d4784d3f81af3ec1faf0962a60c69b7e
tree8f59eba0180c75d3a9c2cd751b3335fa78f9acbd
parentbca0b44629f1317cc177072560d9a1486620e48f
encoding/binary: replace constant literals with named constant (cleanup)

Follow-up on https://golang.org/cl/247120.

Brought to my attention by Luke McCoy.

Change-Id: I4530c96fb164d23b0ce5311f2cecb1964f2dea74
Reviewed-on: https://go-review.googlesource.com/c/go/+/249837
Reviewed-by: Katie Hockman <katie@golang.org>
src/encoding/binary/varint.go