1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:21:22 -06:00
go/src
Robert Griesemer d65a5cce89 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

4th set of files.

R=rsc
CC=golang-dev
https://golang.org/cl/180049
2009-12-15 15:40:16 -08:00
..
cmd 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
lib9 Ports of lib9, libbio and libmach to Windows. 2009-11-30 11:53:11 -08:00
libbio Ports of lib9, libbio and libmach to Windows. 2009-11-30 11:53:11 -08:00
libcgo go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
libmach libmach: fix disassembly of MOVLQSX 2009-12-04 18:34:35 -08:00
pkg 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
all-arm.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
all-nacl.bash make Native Client support build again, 2009-12-04 10:11:32 -08:00
all.bash Add a Makefile in place of all.bash. Update docs to reflect 2009-12-11 12:48:55 -08:00
clean.bash clean.bash: stop if $GOROOT is not set 2009-12-13 12:27:19 -08:00
make-arm.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
Make.386 makefile fixes; convert runtime to use new makefiles 2009-08-13 14:41:10 -07:00
Make.amd64 makefile fixes; convert runtime to use new makefiles 2009-08-13 14:41:10 -07:00
Make.arm makefile fixes; convert runtime to use new makefiles 2009-08-13 14:41:10 -07:00
make.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
Make.cmd Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
Make.conf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
Make.pkg Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
Makefile Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
quietgcc.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
run.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
sudo.bash go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00