[mirror] architecture code
Перейти к файлу
Dmitri Shuralyov a6bdeed493 arm/armspec: remove obsolete comment
I didn't realize it at the time, but this comment was referring
to the build constraint that was removed in CL 534197.

Updates golang/go#12840.

Change-Id: I1e6694a6c05f4b2e6dbffe6488c69f9d530bdaf4
Reviewed-on: https://go-review.googlesource.com/c/arch/+/534221
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2023-10-11 14:13:35 +00:00
arm arm/armspec: remove obsolete comment 2023-10-11 14:13:35 +00:00
arm64 all: update go directive to 1.18 2023-10-10 23:22:25 +00:00
ppc64 all: update go directive to 1.18 2023-10-10 23:22:25 +00:00
x86 all: gofmt format 2023-08-21 18:18:40 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:28 +00:00
LICENSE arch: initial boilerplate 2015-08-27 12:23:37 -04:00
PATENTS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
README.md README.md: add badge to pkg.go.dev 2020-12-07 23:37:22 +00:00
codereview.cfg arch: initial boilerplate 2015-08-27 12:23:37 -04:00
go.mod all: update go directive to 1.18 2023-10-10 23:22:25 +00:00
go.sum all: add go.mod 2019-03-12 16:21:04 +00:00

README.md

arch

Go Reference

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the arch repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/arch:" in the subject line, so it is easy to find.