]> Cypherpunks repositories - gostls13.git/commit
go: implement doc, fmt, fix, list, vet
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 19:28:41 +0000 (14:28 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 19:28:41 +0000 (14:28 -0500)
commit6e2c3ef428e547c39a41b813831f72ed098f976a
treeae95976252f208feaf74181f229710a206adc127
parent969b71d906f4ee6b438bc051dc7fff98f4fa503c
go: implement doc, fmt, fix, list, vet

This CL is concerned with the basic Package structure
and applies it to the (trivial) implementations of the
doc, fmt, fix, list, and vet commands.

The command as a whole is still very much a work in progress.
In particular, work making the error messages look nice
is deferred to a future CL.

R=golang-dev, adg, dsymonds, r
CC=golang-dev
https://golang.org/cl/5482048
src/cmd/go/Makefile
src/cmd/go/doc.go
src/cmd/go/fix.go
src/cmd/go/fmt.go
src/cmd/go/list.go
src/cmd/go/main.go
src/cmd/go/pkg.go [new file with mode: 0644]
src/cmd/go/vet.go