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

..07-May-2022-

ChangeLogH A D23-Jul-20209.4 KiB326233

Makefile.amH A D23-Jul-202015.9 KiB340244

Makefile.inH A D23-Jul-202039.6 KiB1,011840

READMEH A D23-Jul-2020624 1411

aclocal.m4H A D23-Jul-202042.4 KiB1,1741,067

configureH A D23-Jul-2020158.8 KiB5,5284,533

configure.acH A D23-Jul-20202.9 KiB9177

go.1H A D23-Jul-2020312 1312

gofmt.1H A D23-Jul-2020307 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