The Go programming language
Go to file
Russ Cox fa6df47986 package main
const foo = []int{1,2}

x.go:3: expression must be a constant

instead of

x.go:3: fatal error: gettype: addtop

R=ken
OCL=30767
CL=30767
2009-06-25 16:42:08 -07:00
doc Allow indexing of slice types, but not pointer to slice type. 2009-06-25 14:43:55 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib tweak the newlines so the headers stand out better. 2009-06-22 14:18:23 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src package main 2009-06-25 16:42:08 -07:00
test update tests for CL 30586. 2009-06-25 14:44:09 -07:00
usr - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00