go/src/hash/crc32
Russ Cox d4b2638234 all: go fmt std cmd (but revert vendor)
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Ia0534360e4957e58cd9a18429c39d0e32a6addb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/294430
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-02-20 03:54:50 +00:00
..
crc32.go hash/crc32: fix race between lazy Castagnoli init and Update/Write 2020-10-13 00:31:47 +00:00
crc32_amd64.go
crc32_amd64.s
crc32_arm64.go
crc32_arm64.s
crc32_generic.go
crc32_otherarch.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
crc32_ppc64le.go
crc32_ppc64le.s
crc32_s390x.go hash/crc32: simplify hasVX checking on s390x 2020-04-27 21:18:58 +00:00
crc32_s390x.s hash/crc32: simplify hasVX checking on s390x 2020-04-27 21:18:58 +00:00
crc32_table_ppc64le.s
crc32_test.go hash/crc32: fix race between lazy Castagnoli init and Update/Write 2020-10-13 00:31:47 +00:00
example_test.go
gen_const_ppc64le.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00