golang.org/x/arch@v0.17.0/README.md (about)

     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  
     5  This repository holds machine architecture information used by the Go toolchain.
     6  The parts needed in the main Go repository are copied in.
     7  
     8  ## Report Issues / Send Patches
     9  
    10  This repository uses Gerrit for code changes. To learn how to submit changes to
    11  this repository, see https://go.dev/doc/contribute.
    12  
    13  The git repository is https://go.googlesource.com/arch.
    14  
    15  The main issue tracker for the arch repository is located at
    16  https://go.dev/issues. Prefix your issue with "x/arch:" in the
    17  subject line, so it is easy to find.