diff options
| author | Rob Pike <r@golang.org> | 2009-03-18 14:09:16 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-03-18 14:09:16 -0700 |
| commit | b2dc154421eb830c812e089b2b69a0c728704b5b (patch) | |
| tree | d1599c2c8816a88bd3673cb13cab4d3f1c8e6e45 /doc/progs/run | |
| parent | 0bacb74554806871b8d354ed9f07163989bb8755 (diff) | |
| download | golang-b2dc154421eb830c812e089b2b69a0c728704b5b.tar.gz | |
remove print() from the tutorial, generating a little clumsiness around "import"
R=rsc,gri
DELTA=103 (36 added, 33 deleted, 34 changed)
OCL=26442
CL=26491
Diffstat (limited to 'doc/progs/run')
| -rwxr-xr-x | doc/progs/run | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/progs/run b/doc/progs/run index 6f047b155..c02a632d0 100755 --- a/doc/progs/run +++ b/doc/progs/run @@ -8,7 +8,6 @@ rm -f *.6 for i in \ file.go \ helloworld.go \ - helloworld2.go \ helloworld3.go \ echo.go \ cat.go \ @@ -17,7 +16,6 @@ for i in \ sort.go \ sortmain.go \ print.go \ - printf.go \ print_string.go \ sieve.go \ sieve1.go \ @@ -48,7 +46,6 @@ function testitpipe { testit helloworld "" "Hello, world; or Καλημέρα κόσμε; or こんにちは 世界" -testit helloworld2 "" "Hello, world; or Καλημέρα κόσμε; or こんにちは 世界" testit helloworld3 "" "hello, world can't open file; err=No such file or directory" testit echo "hello, world" "hello, world" testit sum "" "6" @@ -62,7 +59,6 @@ echo $rot13 | testit cat_rot13 "--rot13" $alphabet testit sortmain "" "Sunday Monday Tuesday Thursday Friday" testit print "" "18446744073709551615 -1 18446744073709551615 {77 Sunset Strip} [1 2 3 4] 18446744073709551615 {77 Sunset Strip} [1 2 3 4] 18446744073709551615 {77 Sunset Strip} [1 2 3 4]" -testit printf "" "hello, world" testit print_string "" "77 Sunset Strip" testitpipe sieve "sed 10q" "2 3 5 7 11 13 17 19 23 29" |
