README 624 B

12345678910111213
  1. This directory builds tools used by people working in the Go language.
  2. The source code for these tools lives in libgo/go/cmd, where it is
  3. copied from the master gofrontend repository. This directory contains
  4. only the configure/Makefile instructions required to build the tools.
  5. This directory builds two programs for general use: go and gofmt. It
  6. also builds one program for internal use by the go tool: cgo. For
  7. more information on these tools see the doc.go files in the relevant
  8. source code, which can also be seen hosted at golang.org:
  9. http://golang.org/cmd/go
  10. http://golang.org/cmd/gofmt
  11. http://golang.org/cmd/cgo