Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 07-May-2022 | - | ||||
config/ | H | 22-Feb-2019 | - | 93 | 79 | |
ChangeLog | H A D | 22-Feb-2019 | 7.6 KiB | 266 | 191 | |
Makefile.am | H A D | 31-May-2018 | 15.9 KiB | 352 | 256 | |
Makefile.in | H A D | 31-May-2018 | 37.1 KiB | 931 | 774 | |
README | H A D | 09-Jan-2015 | 624 | 14 | 11 | |
aclocal.m4 | H A D | 13-May-2015 | 35.4 KiB | 995 | 893 | |
configure | H A D | 30-Aug-2017 | 151.5 KiB | 5,319 | 4,331 | |
configure.ac | H A D | 30-Aug-2017 | 2.9 KiB | 94 | 79 | |
go.1 | H A D | 23-Jan-2015 | 312 | 13 | 12 | |
gofmt.1 | H A D | 23-Jan-2015 | 307 | 13 | 12 |
README
1This directory builds tools used by people working in the Go language. 2The source code for these tools lives in libgo/go/cmd, where it is 3copied from the master gofrontend repository. This directory contains 4only the configure/Makefile instructions required to build the tools. 5 6This directory builds two programs for general use: go and gofmt. It 7also builds one program for internal use by the go tool: cgo. For 8more information on these tools see the doc.go files in the relevant 9source code, which can also be seen hosted at golang.org: 10 11http://golang.org/cmd/go 12http://golang.org/cmd/gofmt 13http://golang.org/cmd/cgo 14