buildtools/gcc/gotools
Augustin Cavalier b0a6bed08c Import GCC 8.3.
2019-05-23 17:48:23 -04:00
..
config import gcc 5.3.0 2016-02-29 10:41:25 +01:00
aclocal.m4 import gcc 7.3.0 2018-03-19 15:34:23 -05:00
ChangeLog Import GCC 8.3. 2019-05-23 17:48:23 -04:00
configure Import GCC 8.3. 2019-05-23 17:48:23 -04:00
configure.ac Import GCC 8.3. 2019-05-23 17:48:23 -04:00
go.1 import gcc 5.3.0 2016-02-29 10:41:25 +01:00
gofmt.1 import gcc 5.3.0 2016-02-29 10:41:25 +01:00
Makefile.am Import GCC 8.3. 2019-05-23 17:48:23 -04:00
Makefile.in Import GCC 8.3. 2019-05-23 17:48:23 -04:00
README import gcc 5.3.0 2016-02-29 10:41:25 +01:00

This directory builds tools used by people working in the Go language.
The source code for these tools lives in libgo/go/cmd, where it is
copied from the master gofrontend repository.  This directory contains
only the configure/Makefile instructions required to build the tools.

This directory builds two programs for general use: go and gofmt.  It
also builds one program for internal use by the go tool: cgo.  For
more information on these tools see the doc.go files in the relevant
source code, which can also be seen hosted at golang.org:

http://golang.org/cmd/go
http://golang.org/cmd/gofmt
http://golang.org/cmd/cgo