go/src/encoding/binary
Martin Garton d567ea652a encoding/binary: add missing test helper calls
Various functions in binary_test.go were missing some t.Helper() calls,
so this adds them in.

Change-Id: I0e5894e3c3cf72627203694a32adca51fe1563f5
GitHub-Last-Rev: b28c9255b3
GitHub-Pull-Request: golang/go#63897
Reviewed-on: https://go-review.googlesource.com/c/go/+/539135
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: qiu laidongfeng2 <2645477756@qq.com>
Auto-Submit: Keith Randall <khr@golang.org>
2024-07-23 19:17:29 +00:00
..
binary.go encoding/binary: adjust docs for Append, Encode and Decode 2024-05-22 17:29:31 +00:00
binary_test.go encoding/binary: add missing test helper calls 2024-07-23 19:17:29 +00:00
example_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
native_endian_big.go encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
native_endian_little.go encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
varint.go encoding/binary: use list format in docstrings 2024-07-16 18:17:30 +00:00
varint_test.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00