diff --git a/public/base64-encoding b/public/base64-encoding index 4fbcf4f..0e77c24 100644 --- a/public/base64-encoding +++ b/public/base64-encoding @@ -158,7 +158,7 @@ but they both decode to the original string as desired.
$ go run base64-encoding.go YWJjMTIzIT8kKiYoKSctPUB+ -abc123!?$*&()'-=@~+abc123!?$*&()'-=@~ @@ -168,8 +168,8 @@ but they both decode to the original string as desired.
YWJjMTIzIT8kKiYoKSctPUB- -abc123!?$*&()'-=@~+
YWJjMTIzIT8kKiYoKSctPUB- +abc123!?$*&()'-=@~
-$ go build command-line-flags.go+$ go build command-line-flags.go
$ go build command-line-subcommands.go+
$ go build command-line-subcommands.go
-$ go run context-in-http-servers.go &+$ go run context-in-http-servers.go &
-TERM_PROGRAM
-PATH
-SHELL
-...
+TERM_PROGRAM
+PATH
+SHELL
+...
-$ go run http-servers.go &+$ go run http-servers.go &
$ echo 'hello' > /tmp/lines -$ echo 'filter' >> /tmp/lines+$ echo 'filter' >> /tmp/lines diff --git a/public/panic b/public/panic index 628cb3a..0de7a93 100644 --- a/public/panic +++ b/public/panic @@ -132,11 +132,11 @@ a non-zero status.
goroutine 1 [running]: -main.main() - /.../panic.go:12 +0x47 -... -exit status 2+
goroutine 1 [running]: +main.main() + /.../panic.go:12 +0x47 +... +exit status 2
-request 1 2012-10-19 00:38:20.487578 +0000 UTC -request 2 2012-10-19 00:38:20.487645 +0000 UTC -request 3 2012-10-19 00:38:20.487676 +0000 UTC -request 4 2012-10-19 00:38:20.687483 +0000 UTC -request 5 2012-10-19 00:38:20.887542 +0000 UTC+request 1 2012-10-19 00:38:20.487578 +0000 UTC +request 2 2012-10-19 00:38:20.487645 +0000 UTC +request 3 2012-10-19 00:38:20.487676 +0000 UTC +request 4 2012-10-19 00:38:20.687483 +0000 UTC +request 5 2012-10-19 00:38:20.887542 +0000 UTC
-real 0m2.245s+real 0m2.245s
$ go run spawning-processes.go -> date -Wed Oct 10 09:53:11 PDT 2012+> date +Wed Oct 10 09:53:11 PDT 2012 @@ -220,8 +220,8 @@ as if we had run them directly from the command-line.
> grep hello -hello grep+
> grep hello +hello grep
> ls -a -l -h -drwxr-xr-x 4 mark 136B Oct 3 16:29 . -drwxr-xr-x 91 mark 3.0K Oct 3 12:50 .. --rw-r--r-- 1 mark 1.3K Oct 3 16:28 spawning-processes.go+
> ls -a -l -h +drwxr-xr-x 4 mark 136B Oct 3 16:29 . +drwxr-xr-x 91 mark 3.0K Oct 3 12:50 .. +-rw-r--r-- 1 mark 1.3K Oct 3 16:28 spawning-processes.go
Len: 5 -Char: 101+
Len: 5 +Char: 101
real 0m2.358s+
real 0m2.358s