]> Cypherpunks.ru repositories - gostls13.git/commit
sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture
authorMartin Möhrmann <moehrmann@google.com>
Sat, 21 Nov 2020 14:53:18 +0000 (15:53 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 23 Nov 2020 05:57:35 +0000 (05:57 +0000)
commitd902791b509b641683d4ec58b282180c56918aec
treead831d6b4c6e642d7f256ca721c4ee05666b1875
parent9ea6364a5e9f776af36604c2c20501e6d07f8467
sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture

This aligns the naming with GOARCH using 386 as a build target for
this architecture and makes it more easily found when searching
for documentation related to the build target.

Change-Id: I393bb89dd2f71e568124107b13e1b288fbd0c76a
Reviewed-on: https://go-review.googlesource.com/c/go/+/271988
Trust: Martin Möhrmann <moehrmann@google.com>
Run-TryBot: Martin Möhrmann <martisch@uos.de>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/sync/atomic/doc.go
src/sync/once.go