Sign in
go
/
go
/
f2c7a20142afdbeed1d96e074aeddeaa470f3124
/
test
/
complit.go
1a31989
fix "declared and not used" in tests;
by Russ Cox
· 16 years ago
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
f48cbfd
convert tests; nothing interesting.
by Russ Cox
· 16 years ago
a577ea3
uncomment a BUG that is now fixed
by Rob Pike
· 16 years ago
4d194b9
18 tests are behaving incorrectly no more surprises - all caught up
by Rob Pike
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
d47d888
convert *[] to [].
by Russ Cox
· 16 years ago
beee691
rewrite &Point{1, 2} as allocation
by Russ Cox
· 16 years ago
0194aaf
T{} syntax for constructors
by Ken Thompson
· 17 years ago
696815c
extend composite literal test. update tests. update golden.out
by Rob Pike
· 17 years ago
5ee2b04
update bugs add test for composite literals
by Rob Pike
· 17 years ago