From 35c09201adb8348f1db0ae136da4bf0f49116d58 Mon Sep 17 00:00:00 2001
From: Blake Bourque
Date: Fri, 26 Feb 2021 22:43:15 -0500
Subject: [PATCH] Update generated pages
---
public/base64-encoding | 6 +++---
public/command-line-flags | 2 +-
public/command-line-subcommands | 2 +-
public/context | 2 +-
public/environment-variables | 8 ++++----
public/http-servers | 2 +-
public/line-filters | 2 +-
public/panic | 10 +++++-----
public/rate-limiting | 10 +++++-----
public/select | 2 +-
public/spawning-processes | 16 ++++++++--------
public/string-functions | 4 ++--
public/worker-pools | 2 +-
13 files changed, 34 insertions(+), 34 deletions(-)
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!?$*&()'-=@~
|
diff --git a/public/command-line-flags b/public/command-line-flags
index e51d4ec..3f887d0 100644
--- a/public/command-line-flags
+++ b/public/command-line-flags
@@ -178,7 +178,7 @@ binary directly.
-$ go build command-line-flags.go
+$ go build command-line-flags.go
|
diff --git a/public/command-line-subcommands b/public/command-line-subcommands
index b26db99..0df5d04 100644
--- a/public/command-line-subcommands
+++ b/public/command-line-subcommands
@@ -179,7 +179,7 @@ have access to trailing positional arguments.
- $ go build command-line-subcommands.go
+ $ go build command-line-subcommands.go
|
diff --git a/public/context b/public/context
index fee203a..92a21e3 100644
--- a/public/context
+++ b/public/context
@@ -165,7 +165,7 @@ route, and start serving.
-$ go run context-in-http-servers.go &
+$ go run context-in-http-servers.go &
|
diff --git a/public/environment-variables b/public/environment-variables
index 239bc1e..fa21818 100644
--- a/public/environment-variables
+++ b/public/environment-variables
@@ -144,10 +144,10 @@ particular machine.
-TERM_PROGRAM
-PATH
-SHELL
-...
+TERM_PROGRAM
+PATH
+SHELL
+...
|
diff --git a/public/http-servers b/public/http-servers
index 3d6abeb..3a8c2c5 100644
--- a/public/http-servers
+++ b/public/http-servers
@@ -175,7 +175,7 @@ router we’ve just set up.
-$ go run http-servers.go &
+$ go run http-servers.go &
|
diff --git a/public/line-filters b/public/line-filters
index 9d543df..65beb67 100644
--- a/public/line-filters
+++ b/public/line-filters
@@ -167,7 +167,7 @@ lowercase lines.
$ 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
|
diff --git a/public/rate-limiting b/public/rate-limiting
index b868910..e916478 100644
--- a/public/rate-limiting
+++ b/public/rate-limiting
@@ -235,11 +235,11 @@ then serve the remaining 2 with ~200ms delays each.
-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
|
diff --git a/public/select b/public/select
index 403105f..9362816 100644
--- a/public/select
+++ b/public/select
@@ -161,7 +161,7 @@ concurrently.
-real 0m2.245s
+real 0m2.245s
|
diff --git a/public/spawning-processes b/public/spawning-processes
index ab2edcb..bc83dd7 100644
--- a/public/spawning-processes
+++ b/public/spawning-processes
@@ -209,8 +209,8 @@ as if we had run them directly from the command-line.
$ 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
|
@@ -231,10 +231,10 @@ 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
|
diff --git a/public/string-functions b/public/string-functions
index eb34ad5..0a18be0 100644
--- a/public/string-functions
+++ b/public/string-functions
@@ -184,8 +184,8 @@ for more information.
- Len: 5
-Char: 101
+ Len: 5
+Char: 101
|
diff --git a/public/worker-pools b/public/worker-pools
index b3b9e7f..aa3077a 100644
--- a/public/worker-pools
+++ b/public/worker-pools
@@ -201,7 +201,7 @@ there are 3 workers operating concurrently.
- real 0m2.358s
+ real 0m2.358s
|