go/src/encoding/binary
Cuong Manh Le 283d8a3d53 all: use reflect.{Pointer,PointerTo}
Updates #47651
Updates #48665

Change-Id: I69a87b45a5cad7a07fbd855040cd9935cf874554
Reviewed-on: https://go-review.googlesource.com/c/go/+/358454
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2021-10-26 14:24:17 +00:00
..
binary.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
binary_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
example_test.go all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
varint.go encoding/binary: limit bytes read by Uvarint to <= 10 2021-03-08 18:49:14 +00:00
varint_test.go encoding/binary: limit bytes read by Uvarint to <= 10 2021-03-08 18:49:14 +00:00