...

Text file src/golang.org/x/arch/README.md

Documentation: golang.org/x/arch

     1# arch
     2
     3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/arch.svg)](https://pkg.go.dev/golang.org/x/arch)
     4
     5This repository holds machine architecture information used by the Go toolchain.
     6The parts needed in the main Go repository are copied in.
     7
     8## Report Issues / Send Patches
     9
    10This repository uses Gerrit for code changes. To learn how to submit changes to
    11this repository, see https://golang.org/doc/contribute.html.
    12
    13The main issue tracker for the arch repository is located at
    14https://github.com/golang/go/issues. Prefix your issue with "x/arch:" in the
    15subject line, so it is easy to find.

View as plain text