]> Cypherpunks.ru repositories - gostls13.git/commit
test: remove semiocolons.
authorRob Pike <r@golang.org>
Sat, 4 Sep 2010 00:36:13 +0000 (10:36 +1000)
committerRob Pike <r@golang.org>
Sat, 4 Sep 2010 00:36:13 +0000 (10:36 +1000)
commit4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c
tree094ba2238e5596358b6ae4db5789c7d1fee4ecb7
parentcd8f4cd2068964bfa12e10cd094d41ddd725af4f
test: remove semiocolons.
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
https://golang.org/cl/2157041
88 files changed:
test/64bit.go
test/assign.go
test/bigalg.go
test/blank.go
test/blank1.go
test/chan/fifo.go
test/chan/goroutines.go
test/chan/perm.go
test/chan/powser1.go
test/chan/powser2.go
test/char_lit.go
test/closedchan.go
test/cmp2.go
test/cmp3.go
test/cmp4.go
test/cmp5.go
test/complit.go
test/compos.go
test/const.go
test/const1.go
test/const2.go
test/convlit.go
test/decl.go
test/declbad.go
test/env.go
test/escape.go
test/float_lit.go
test/for.go
test/func.go
test/func1.go
test/func2.go
test/func3.go
test/func4.go
test/gc.go
test/gc1.go
test/hashmap.go
test/helloworld.go
test/if.go
test/if1.go
test/import.go
test/import1.go
test/indirect1.go
test/initialize.go
test/initializerr.go
test/initsyscall.go
test/int_lit.go
test/interface/bigdata.go
test/interface/convert1.go
test/interface/convert2.go
test/interface/embed.go
test/interface/embed0.go
test/interface/embed1.go
test/interface/fail.go
test/interface/fake.go
test/interface/receiver.go
test/interface/returntype.go
test/interface/struct.go
test/iota.go
test/literal.go
test/mallocrand.go
test/mallocrep.go
test/map.go
test/method1.go
test/nil.go
test/nilptr/arrayindex.go
test/nilptr/arrayindex1.go
test/nilptr/arraytoslice.go
test/nilptr/arraytoslice1.go
test/nilptr/arraytoslice2.go
test/nilptr/slicearray.go
test/nilptr/structfield.go
test/nilptr/structfield1.go
test/nilptr/structfield2.go
test/nilptr/structfieldaddr.go
test/nul1.go
test/parentype.go
test/printbig.go
test/runtime.go
test/sieve.go
test/sigchld.go
test/sinit.go
test/string_lit.go
test/stringrange.go
test/switch.go
test/switch1.go
test/test0.go
test/typeswitch.go
test/utf.go