annotate gotools/README @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
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