go/src/crypto/md5
Tobias Klauser 2c76a6f7f8 all: add //go:build lines to assembly files
Don't add them to files in vendor and cmd/vendor though. These will be
pulled in by updating the respective dependencies.

For #41184

Change-Id: Icc57458c9b3033c347124323f33084c85b224c70
Reviewed-on: https://go-review.googlesource.com/c/go/+/319389
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-05-13 09:12:17 +00:00
..
example_test.go
gen.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
md5.go
md5_test.go crypto/md5: improve ppc64x performance 2021-03-15 12:30:38 +00:00
md5block.go
md5block_386.s
md5block_amd64.s
md5block_arm.s
md5block_arm64.s
md5block_decl.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
md5block_generic.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
md5block_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
md5block_s390x.s