• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

config/H22-Feb-2019-9379

ChangeLogH A D22-Feb-20197.6 KiB266191

Makefile.amH A D31-May-201815.9 KiB352256

Makefile.inH A D31-May-201837.1 KiB931774

READMEH A D09-Jan-2015624 1411

aclocal.m4H A D13-May-201535.4 KiB995893

configureH A D30-Aug-2017151.5 KiB5,3194,331

configure.acH A D30-Aug-20172.9 KiB9479

go.1H A D23-Jan-2015312 1312

gofmt.1H A D23-Jan-2015307 1312

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