1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:00:13 -06:00
go/misc/cgo/stdio
Robert Griesemer 5a1d3323fe 1) Change default gofmt default settings for
parsing and printing to new syntax.

                  Use -oldparser to parse the old syntax,
                  use -oldprinter to print the old syntax.

               2) Change default gofmt formatting settings
                  to use tabs for indentation only and to use
                  spaces for alignment. This will make the code
                  alignment insensitive to an editor's tabwidth.

                  Use -spaces=false to use tabs for alignment.

               3) Manually changed src/exp/parser/parser_test.go
                  so that it doesn't try to parse the parser's
                  source files using the old syntax (they have
                  new syntax now).

               4) gofmt -w src misc test/bench

	       1st set of files.

R=rsc
CC=agl, golang-dev, iant, ken2, r
https://golang.org/cl/180047
2009-12-15 15:33:31 -08:00
..
chain.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
fib.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
file.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
golden.out add cgo test that doesn't depend on 2009-10-03 11:33:51 -07:00
hello.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
Makefile Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
test.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00