1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:21:22 -06:00
go/src/cmd/gofmt
Russ Cox 2050a9e478 build: remove Make.pkg, Make.tool
Consequently, remove many package Makefiles,
and shorten the few that remain.

gomake becomes 'go tool make'.

Turn off test phases of run.bash that do not work,
flagged with $BROKEN.  Future CLs will restore these,
but this seemed like a big enough CL already.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5601057
2012-01-30 23:43:46 -05:00
..
testdata gofmt: handle &T in composite literal simplify 2011-12-02 14:14:04 -05:00
doc.go gofmt: simplify flags 2011-12-13 14:03:25 -08:00
gofmt_test.go gofmt: leave nil nodes of the AST unchanged. 2011-11-11 14:11:30 -08:00
gofmt.go go/parser: Use explicit parser.Mode type. 2012-01-24 16:36:20 -08:00
rewrite.go go/parser: Remove unused Parse* functions. Simplified ParseExpr signature. 2012-01-12 16:04:48 -08:00
simplify.go cmd/gofmt: fix simplify.go by running gofmt on cmd/gofmt 2012-01-13 18:05:47 -08:00
test.sh gofmt: fix test.sh 2012-01-25 08:58:41 -08:00