1
0
mirror of https://github.com/golang/go synced 2024-11-25 10:17:57 -07:00
The Go programming language
Go to file
Russ Cox 907f38acfc Change generated acid to indent nested structures properly.
Before the change:

acid: M(m0)
	g0	00008dd0
	morearg	00000000
	cret	00000000
	curg	2aaaaaaab000
	lastg	00000000
Gobuf sched {
	SP	ffffe5e0
	PC	7fff00001ba1
}
	...
acid:

After the change:

acid: M(m0)
	g0	(G)00008dd0
	morearg	00000000
	cret	00000000
	curg	(G)2aaaaaaab000
	lastg	(G)00000000
	Gobuf sched {
		SP	ffffe5e0
		PC	00001ba1
	}
	...
acid:

R=ken
DELTA=27  (14 added, 2 deleted, 11 changed)
OCL=13802
CL=13998
2008-08-08 04:25:20 -07:00
doc revert specification of pointer types to current implementation 2008-08-07 17:15:10 -07:00
include fix go build 2008-08-04 17:26:24 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src Change generated acid to indent nested structures properly. 2008-08-08 04:25:20 -07:00
test bug: cannot take len() of a constant string 2008-08-07 17:56:12 -07:00
usr/gri/gosrc first primitive cut at resolving missing imports automatically: 2008-08-07 19:32:22 -07:00