1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:04:48 -07:00
The Go programming language
Go to file
Russ Cox 907cb4f1e6 fix both of anton's bugs:
* make([100]int) was being compiled to
	make([]int), kind of.
* []this = [100]that was working for any this, that.

turned up a typo in pipe_test.go

R=ken
OCL=27081
CL=27081
2009-04-03 23:20:51 -07:00
doc an attempt at simpler yet more correct semicolon rules. 2009-04-02 23:03:41 -07:00
include libmach: 2009-02-03 15:00:09 -08: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 fix both of anton's bugs: 2009-04-03 23:20:51 -07:00
test test for and fix bug involving reflect v.Interface() and ==. 2009-03-31 17:33:04 -07:00
usr/gri Daily snapshot. 2009-04-03 16:19:22 -07:00