]> Cypherpunks repositories - gostls13.git/commitdiff
test: use testlib (first 100)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:48:57 +0000 (23:48 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:48:57 +0000 (23:48 -0500)
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5656082

99 files changed:
test/235.go
test/alias.go
test/alias1.go
test/append.go
test/assign.go
test/assign1.go
test/bench/garbage/peano.go
test/bigalg.go
test/bigmap.go
test/blank.go
test/blank1.go
test/chan/doubleselect.go
test/chan/fifo.go
test/chan/goroutines.go
test/chan/nonblock.go
test/chan/perm.go
test/chan/powser1.go
test/chan/powser2.go
test/chan/select.go
test/chan/select2.go
test/chan/select3.go
test/chan/select4.go
test/chan/select6.go
test/chan/select7.go
test/chan/sendstmt.go
test/chan/sieve1.go
test/chan/sieve2.go
test/chan/zerosize.go
test/chancap.go
test/char_lit1.go
test/closedchan.go
test/closure.go
test/cmp.go
test/cmp6.go
test/cmplx.go
test/complit.go
test/complit1.go
test/const.go
test/const1.go
test/const2.go
test/const3.go
test/convert.go
test/convert1.go
test/convert3.go
test/convlit.go
test/convlit1.go
test/copy.go
test/ddd.go
test/ddd1.go
test/decl.go
test/declbad.go
test/defer.go
test/divide.go
test/dwarf/linedirectives.go
test/empty.go
test/env.go
test/eof.go
test/eof1.go
test/escape.go
test/escape3.go
test/fixedbugs/bug000.go
test/fixedbugs/bug002.go
test/fixedbugs/bug003.go
test/fixedbugs/bug004.go
test/fixedbugs/bug005.go
test/fixedbugs/bug006.go
test/fixedbugs/bug007.go
test/fixedbugs/bug008.go
test/fixedbugs/bug009.go
test/fixedbugs/bug010.go
test/fixedbugs/bug011.go
test/fixedbugs/bug012.go
test/fixedbugs/bug013.go
test/fixedbugs/bug014.go
test/fixedbugs/bug015.go
test/fixedbugs/bug016.go
test/fixedbugs/bug017.go
test/fixedbugs/bug021.go
test/fixedbugs/bug022.go
test/fixedbugs/bug023.go
test/fixedbugs/bug024.go
test/fixedbugs/bug026.go
test/fixedbugs/bug027.go
test/fixedbugs/bug028.go
test/fixedbugs/bug030.go
test/fixedbugs/bug031.go
test/fixedbugs/bug035.go
test/fixedbugs/bug037.go
test/fixedbugs/bug039.go
test/fixedbugs/bug045.go
test/fixedbugs/bug046.go
test/fixedbugs/bug047.go
test/fixedbugs/bug048.go
test/fixedbugs/bug049.go
test/fixedbugs/bug050.go
test/fixedbugs/bug051.go
test/fixedbugs/bug052.go
test/fixedbugs/bug053.go
test/fixedbugs/bug054.go

index 03143a60d83fef499ccc34dd798cc7aecdb9e870..65b39972d3606174cf2848af852de069465ba491 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 639a9cabbb4fa5d61ac3b42b23af7bbf13e5acea..d345d7af78e5a7867647df36f65450386cdd1129 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index e8ef8a23f961b4488124e26dc594e196360ca66b..11c18f8bfb350bd73956fe07a4c8922a097360b1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 10ce2a613af8e679b9e8b3b035e273fdcd484be3..6f35398eab7aa233baaf5c355184230a9072f3ed 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2192f9ede0884fce55a3426702aa911b2d7aa285..2035df738bb3a63a79f7c1ab1231599469749efc 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 71e5b406439f02539b51d61f5ca59020d8ab3949..a80e89b67b1ec9ee24697cb688ba26a6b8fd649c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f1ad6ed699c6fbbbc5b4e0fd2dea2331cd5be4e7..6c7e523145a14f47034f72fe202afbe039998d18 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 902ba8410773065afba3d6bd96850d20e9fba6d1..f100998498716d59325eee9188becfa38a05e226 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 843a151741f239dd7a8f1cad8607e0710903897c..57330d559de03e8810f7fbc11a8001e7f223d543 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d6c9e79c607f74e20d5de50495e108549b86bec5..069edfd7480c6a1c6c9666a83ba7bc0753c3d843 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bcc78466dc2094112fb52e33e6d3acf2babee679..63174cca96897cfc47a78b455c7ca348da586a50 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f8d50c90c0f5c7dc60f275622c527e1855286015..15df249444aefb9757be32689bc359cfb4b0cfc4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0dddfcaa0bddf78862d24a581bbfee46d7597736..a8dcaef8aefbb9ea0437d2cafab20c0bbee5d2d9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 371a1738766a2e4f22695769107130737c509cf4..f52ff582af3c1f1124ee8d036b8bb5f1a2e0500e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9addf12e99ac7af30fd8b15b7e1d5eba472cdc4a..eff1a4898cc36a4a49c3a50d8d7c9cb639c75bc6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a43df198214b21d5b8dfa16e764e1a8435f4767f..89e32f1eba66b81fdf8c55911669e2d6f95418c5 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dc4ff53255d5f69b72478db8af50d05bd4cb7bc9..4d4882b48944498ef1bcb3a57425eb1ce6c52dfe 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bc329270dbce05cf097bb9a6c43c97fdeb14f131..6efb358f3c8388c52a21eb4058ca6f031ad3abd5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index be4eb3f42d6fe1cfb6822e241fa9971865995ed7..ce26177d549f7d92c660e95a3259cfe42b9c01a9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2cbb86ec626c72390965b8e2db8405368608028b..37a2d36a9404f7b0c1c589a81677865dae553347 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index fd881c90e99318d62782ac9629057980c553f212..4acb93ab79ae52f5f916db14eeb38c1632b20136 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 26a55e6d43640661af8781e9bc1c06d3c518828b..1830150fd354cc7c3720eb2c52c7ee9858e62481 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2ba6810ac3476194f7177286bb4181f6afeadda5..06f934e501a1d41ce6aca3104b76dac00da2a633 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5fed6cbd426fa79d74a29fbd69150ab14fff1f30..20456a9d62ec755867e2172ac0c5c954903a70e0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ee6f765cf88324152ea7a3c50618bf460afaf40b..a92c4f63a7af85f96e2ed617282a7490f3daba0c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 55076c9253c6aaceb304d0e52b763f9e37664502..4698dba6d66928169c2a064eb7ccef657957e8b2 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9a7ab15406c54001810b452e4e4a98975b2f7bd9..95bf10a61f74f1d2aa9f1c6b7e66370079cf694e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 617c9dab3416e45af7dd8665277277f7e8209b3e..b3fe84260c23065eb8564e5533d6df060018251f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3f3789fbcc08f93ef7dedeeb2ac235b3b7b6df30..8692c2d89f2f371e0d45f068de34f8516e526381 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dc5385291d0c108e853698c41773588bdcc3e992..7684e0b0b3f4f2614517527c5cf6cd1b3f33c226 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c2bbec59d95be91f6cb04b5157dacc658ee272b9..043a92d3880e83fb8aef11cc358bf1e49d02a7ab 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c2248d68e95773a78d3e1d9b53edd17ad55da47a..26518a13863676d55b852770b5d1a2d1deb1a787 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d51a11aa2462e22200e8b6cbb6fdd45977a0c3ae..795245f2f5bf1712d8daa0b14e56a94586cd50ad 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0113a69ddb8d3439e88c3627b0bab5fabc4adfeb..71f1284812ec8a322f38b3a3c4d1dc0878edfc30 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d5a77d684a7d08b6d2057e05bb17a1ac7cca3d6f..fe05d2defaa7c619a30792643eed2d948b8e112a 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8dfc71dcb47ab5bc138585f039d66aa453461be4..164829761c352875aaf9cfacdd34249bffde45f4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index cd543930eef7ef1f264bfce9aea9bd9d83e68c81..d36864e61944db6e89c8822b8a3c3978029cf6eb 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a55e13a40de1f2143190b7fc6da5430ce1802850..966860a9125a83f0dca223eb28d7f425f1194f9f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 67f36e4fdc94816f61947e8e0d2959546a778501..53c194041e1a1f50d5e057684d9328e0e652b9a5 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 12c5c24af02bb56bcf7de3d221d299fdb61f8376..f88b041a003f059b2bc5c0a274ea3eacd4ba4d8c 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9bba6ced0b8bd109d02cfba5035302cc10475d3c..4500b2099064028e0be6c17be43aad750fcd44db 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0a75663d0647f58ace06f60a1fc76c252939da4e..8e2b9fa7bf6b07424d1b6bfce8579baaea93e408 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bbd0c5f2b06364cde6112645571aee732be79178..9dadbee96cc63939ecfbaac28b6493109f3116ae 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index be68c95b36207e4278ebbde3e3045efb1f127eb4..336a3fa801abbef5bd9be5786f31898f99c7e034 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1e82d1f2f561ebc60ac903066a4fb87795df8381..964481dc974da3313011e10bba37f01271aafd25 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1e6673cb641b9742a5f46f1a3f4bf559f3f7e606..09d96f0fd67737b3eb082c4d4bf9ae78c64a3dbb 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0b5bddbed5c44a66fd6d06c73abc09adf44ea26b..2abf413f9519eee721fbc2be558a409aa7b945da 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b95d6e883f9786446480339be4df0119922ccdd2..aa799be271c0beed9823551b5bdf99d72922a0a6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6d84248e5e800e9b322e046a24007a87cb6cc8f9..3eab78a567f7f2826bdc67b4ef3ecf65400607e9 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 95b6346c3edfa9188d0889b0c091279793c55ce9..4a7d86794d370fd3d99f9c05227a1e23290e9827 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 09f1dfb576fe2334c1d06c8af3c6f4358c3c18b9..962a61c0f9b4bbf15d20a56905cc5025cd420787 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bef8fbe26a6cd7a187269933acdfd84050296a28..30276649b35529d3e8cd564127b668eed9a558bf 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5c0f45059a2bf8c02de9aef2741399611dae4ef7..75597f5150cefd14f871c06a7c76b1ac0cba8fb7 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 68434f0ab57ed37b2ee6e03300d51704ec724bc0..cc4ffb000fd4f9081b97ace402b0b42abbcbd404 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index fa10d6931d9286362fc6ae7fbf1e36f5e3a14883..7f2bf1a04743add0b23242c0f837f415bde59c6a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a4b9d05d87dce7025a7445d4a04a43e8988e744c..721df55c0af9ccbb46bd88135256fdad49bd1326 100644 (file)
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 81f9fd028ff73c3cd32d42be2186367f64b08ce8..71a9f85158ed0e7e8d0ef578f4e193cd6249d529 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 060c902e7e05b901f13dc831409e5f5c0a8e25c9..af6b4c52f1c20491cc9decdabed368c544567cff 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index d4d844704efc6137934672b1ab62dd1ec4e51750..6c0cdc4632c11c296998c94b3c3777a0d26c6633 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index fc2d6ebbe4bbb84c613b2c2e82cbb26d330ebbb0..0612ae2dd951ba252b27249b0a89a4ea65911e84 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index ccb24e8e9bb9dc188be255bfbb074c37b4f572fd..9104a57aaf6e77404a80759c0cb0e386226900e3 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 230841974f39ba37e0b58ceaff64a4046ebaad8b..3493426d3774dbd0672535dc34ef66d39871dbd1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e45975be41adb679f2c203600f7632094b035e4b..7165d9d2099f73106f184616b93fc9c38ed34801 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 20f467a5f4ef5e63bc5eae64e7ae06903bb9169f..fb207e9bc8e64385564cf55a9ec12f6a203e45de 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3bd2fe815ed7bc6bccb4d4e333d5da956822d9ad..3798f8321a12306868139b03e95f4e800cdc6bd6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 43b5dfb129492c26d93b5db526cfac4fc08dea0c..6761682b39957db29d290122a654a08aa41b1d67 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d65f6da4503b00e4ef966f7e960f5606cf183a05..3d9fcb9e01e0c343d5d1a5abf648b74084a5081d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2baead11e36e838e4e52b83fa9612a5e435e5e9b..48f74a52d95963e0afd6cb6701a079ab150412e4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ef8263bb24057f18c0db31d36b6c2f346fcb2315..0467b297a2cb5b959917d9caf840ad0776211d5d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7d96988d43bd183cf2e7099ce17fb14c7378cbc9..f54b1d54a861cc1a08545c874f2465746309b332 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ce627472c473a3d4b7fef12006e9901b3e384655..519c3585f06ba7d5e82bda5278cac96424d7902d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ffd5b55706591a11e8b68479edc56d9fd609eec2..38efb6d979225ae94393e06d4aa8030f1f4cf7e6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4b106775c28bb84b4c8982d102f1a2bfc40348a9..045786bf7a891cdcc05650df9dbacb4ef2b4a604 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 38a6e51abcb3ae5733c294b20e913dcd06295e0f..a20f0310e7cce4b8207037ae324c90e278aa7bb4 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9178f626fc7eef8f27a90469a72cda2396d77672..d3a9f22ed0826e35c4d6d65bb11cff3ac3db0183 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4fbfd48fd97ef1e20224b22c59ab14ee28c475e9..18fac78f34ac828e40af93cee5b3475caaafd3c7 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G -e $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index fdc986d9def30efc28654091ce1f9288f18e2977..2f5960d10446d6f7f5fa08bbe84a886b71f8e297 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 201fa5f0390d80a047cdb7d91a09c07ae0caff46..bf936e875cd54fc613ad255b23852c480eb75202 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f94a5856936fe37ac2516faf12e5ba6ab1cb1f7b..65a8bfe9a1989a732ba8ee4f84fda84484f8d1ea 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b3d3d4a3c150450b270b6bf0cc5653d26d79fe82..9b211cd54f8c2b3ec3a9ad951102b5086900375a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c7b17b7c09256aebda95ff0b691084ca4ffcc7fe..2e235b7b46b08aebd0d8b0456fa05e06bade0c54 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index eacea37459feb48d1a1fa21b045a991df838f9af..bfd03cc9555cd1789da5cd03366df6e8d0a5a462 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index cf2daaecf06b42b9a8e058171f9098113640ffa8..874b47e7adc3f4ab88ef8127af72e5c04479e99f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0488ad2cba8d3e46f9f5a5840ad4d1f2d947e572..2edf5a9106fb1fb73e5b71e7dad4cf611b0561db 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7efde9b4453c9abd446dc11a800e8d0bc2a603d2..ffd29e057a9bb377d97e198a4279e0e7e3458698 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index acb4741e9f747ed58984d02b347f78092bdb4462..529e5ce84ce83ff0e5ca90185a50d94dee134392 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bd2a633f298eb6ee31c23f954b71d93b87b87adc..ae41a1795370f4d8e6834547789daa0fb9b80c78 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ff7d28710a111d483db41a2604e5e743a35e6ffa..f17fb3fd74cc0a283621d44bc800d4951d1ff4d6 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7ac02ceeb29e39e0e5381ab4c23a675d954d9a95..d34f5e62e479c651835ada704e2882f696dcb122 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 94888c40e2e381d42d79f34aa19d299cf8aa9c14..c66a2411a89201520dc989c04060171b89734e45 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8a9b797074d6f831d39f40b3b6b071ac70d626af..219e91d537b42788da0a72c640e7fc139493ba05 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 5a776abce8d591cc9a2f794dcf0de75d99822f63..7619ae73c6680b87d7181042aeb978aade367fef 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b9fee7899c8a9d513b1c88f1a701bf2234ceb699..48ad751e2c67d25fb23cd528fafe70e2f5dc72e8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8fd67ccd51b03689813321ce3afa9b87469e8fc1..51990f2dfbcd2621a17214798be3a97e3ad638d3 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 585c44623723439e405f56c824dd1b8e88d3c93a..aba68b1dcbb428e89fce247ab982bf3e735ad461 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dd1662306dcd21bd1137130ddfb6c6a373effdbe..c4ba2eff67587d10a498ee2a71b60c63594bfb3e 100644 (file)
@@ -1,4 +1,4 @@
-// errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d2c1b50617aa00fb01797f373a54c9af27e8b2d0..440a00ebebdf3f11bfda2373b99ee92f91dc5a52 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c981403edcff1f08aabee5386f21d77abcf11ad3..00625fd7c30432ec5f73b1e234bf2e10adc564a1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c8a2272c23644c5550deea8f250e3f9d2269c9fc..01590585c53d6b3d7a1b97783edbf15684c8b204 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style