]> Cypherpunks repositories - gostls13.git/commit
internal/byteorder: use canonical Go casing in names
authorRuss Cox <rsc@golang.org>
Tue, 12 Nov 2024 22:39:27 +0000 (23:39 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 20 Nov 2024 20:59:28 +0000 (20:59 +0000)
commita947912d8ad5398a78f14ceaa80369f60a3f85f8
treeca6e07d61f7b53f5090a39beae73cc23ea31f499
parent2e07ff35436bc9adc67885f17cdd9042118d0ffd
internal/byteorder: use canonical Go casing in names

If Be and Le stand for big-endian and little-endian,
then they should be BE and LE.

Change-Id: I723e3962b8918da84791783d3c547638f1c9e8a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/627376
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
38 files changed:
src/cmd/compile/internal/inline/inl.go
src/crypto/cipher/gcm.go
src/crypto/des/block.go
src/crypto/des/cipher.go
src/crypto/internal/boring/sha.go
src/crypto/internal/fips140deps/byteorder/byteorder.go
src/crypto/internal/hpke/hpke.go
src/crypto/internal/sysrand/rand_plan9.go
src/crypto/md5/gen.go
src/crypto/md5/md5.go
src/crypto/md5/md5block.go
src/crypto/sha1/sha1.go
src/crypto/tls/bogo_shim_test.go
src/crypto/tls/handshake_client.go
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_server.go
src/crypto/tls/handshake_server_tls13.go
src/hash/adler32/adler32.go
src/hash/crc32/crc32.go
src/hash/crc32/crc32_generic.go
src/hash/crc64/crc64.go
src/hash/fnv/fnv.go
src/hash/maphash/maphash.go
src/hash/maphash/maphash_purego.go
src/image/gif/writer.go
src/internal/byteorder/byteorder.go
src/internal/chacha8rand/chacha8.go
src/internal/poll/fd_wasip1.go
src/math/big/floatmarsh.go
src/math/big/nat.go
src/math/big/ratmarsh.go
src/math/rand/v2/chacha8.go
src/math/rand/v2/pcg.go
src/net/netip/netip.go
src/os/dir_unix.go
src/runtime/rand.go
src/syscall/dir_plan9.go
src/syscall/dirent.go