annotate gotools/README @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 This directory builds tools used by people working in the Go language.
kono
parents:
diff changeset
2 The source code for these tools lives in libgo/go/cmd, where it is
kono
parents:
diff changeset
3 copied from the master gofrontend repository. This directory contains
kono
parents:
diff changeset
4 only the configure/Makefile instructions required to build the tools.
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 This directory builds two programs for general use: go and gofmt. It
kono
parents:
diff changeset
7 also builds one program for internal use by the go tool: cgo. For
kono
parents:
diff changeset
8 more information on these tools see the doc.go files in the relevant
kono
parents:
diff changeset
9 source code, which can also be seen hosted at golang.org:
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 http://golang.org/cmd/go
kono
parents:
diff changeset
12 http://golang.org/cmd/gofmt
kono
parents:
diff changeset
13 http://golang.org/cmd/cgo