Sign in
go
/
go
/
3eb84c8908dbe585ef156c8a3bad83ca7f4da288
/
test
/
chan
/
sieve1.go
3fb5f32
test/chan: document tests
by Rob Pike
· 13 years ago
0b477ef
test: use testlib (first 100)
by Russ Cox
· 13 years ago
00f9f0c
single argument panic
by Russ Cox
· 15 years ago
16192c2
Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version.
by Anh Hai Trinh
· 15 years ago
[Renamed (86%) from test/chan/sieve.go]
49fceff
Don't bother to import "os" just so that we can call
by Ian Lance Taylor
· 16 years ago
918afd94
move things out of sys into os and runtime
by Russ Cox
· 16 years ago
54aa835
range over channels.
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
3609624
casify, cleanup sys
by Russ Cox
· 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
983f06b
update code to follow new semicolon rules:
by Russ Cox
· 16 years ago
27c0eb8
update tests to new communications syntax
by Rob Pike
· 17 years ago
bc2f5f1
fix bug depot:
by Rob Pike
· 17 years ago
ac048ce
new chan syntax
by Ken Thompson
· 17 years ago
3310192
channel tests with new syntax
by Rob Pike
· 17 years ago
4ce3065
update golden improve sieve test, and split into two versions
by Rob Pike
· 17 years ago