NameDateSize

..06-Jun-201676

aclocal.m4H A D05-Mar-201635.1 KiB

ChangeLogH A D06-Jun-20161.9 KiB

config/H05-Mar-20163

configureH A D05-Mar-2016151.2 KiB

configure.acH A D05-Mar-20162.8 KiB

go.1H A D05-Mar-2016312

gofmt.1H A D05-Mar-2016307

Makefile.amH A D05-Mar-20164.3 KiB

Makefile.inH A D05-Mar-201621.2 KiB

READMEH A D05-Mar-2016624

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