go/src/sync/atomic
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
..
asm.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
atomic_test.go
doc.go
example_test.go
race.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
value.go sync/atomic: add (*Value).Swap and (*Value).CompareAndSwap 2021-05-04 00:15:27 +00:00
value_test.go sync/atomic: add (*Value).Swap and (*Value).CompareAndSwap 2021-05-04 00:15:27 +00:00