2017-12-07 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gotools / README
blob2aed820cc4bbdde4326e51e8699b474e9201134d
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.
6 This directory builds two programs for general use: go and gofmt.  It
7 also builds one program for internal use by the go tool: cgo.  For
8 more information on these tools see the doc.go files in the relevant
9 source code, which can also be seen hosted at golang.org:
11 http://golang.org/cmd/go
12 http://golang.org/cmd/gofmt
13 http://golang.org/cmd/cgo