diff --git a/public/404.html b/public/404.html index 2c5c604..eb35bcd 100644 --- a/public/404.html +++ b/public/404.html @@ -22,7 +22,7 @@

Go by Example

Sorry, we couldn't find that! Check out the home page?

diff --git a/public/arrays b/public/arrays index 14b3c44..3fea6d5 100644 --- a/public/arrays +++ b/public/arrays @@ -199,7 +199,7 @@ typical Go. We’ll look at slices next.

diff --git a/public/atomic-counters b/public/atomic-counters index c61be6b..2b1e9fc 100644 --- a/public/atomic-counters +++ b/public/atomic-counters @@ -213,7 +213,7 @@ state.

diff --git a/public/base64-encoding b/public/base64-encoding index 0d07525..e06d23f 100644 --- a/public/base64-encoding +++ b/public/base64-encoding @@ -182,7 +182,7 @@ but they both decode to the original string as desired.

diff --git a/public/channel-buffering b/public/channel-buffering index 5893c33..825e0b2 100644 --- a/public/channel-buffering +++ b/public/channel-buffering @@ -146,7 +146,7 @@ concurrent receive.

diff --git a/public/channel-directions b/public/channel-directions index c1171ae..c89013e 100644 --- a/public/channel-directions +++ b/public/channel-directions @@ -138,7 +138,7 @@ receive on this channel.

diff --git a/public/channel-synchronization b/public/channel-synchronization index ed359f3..6635f5a 100644 --- a/public/channel-synchronization +++ b/public/channel-synchronization @@ -173,7 +173,7 @@ started.

diff --git a/public/channels b/public/channels index fbb9329..2ea6cb0 100644 --- a/public/channels +++ b/public/channels @@ -162,7 +162,7 @@ message without having to use any other synchronization.

diff --git a/public/closing-channels b/public/closing-channels index c614498..89d51e2 100644 --- a/public/closing-channels +++ b/public/closing-channels @@ -187,7 +187,7 @@ example: range over channels.

diff --git a/public/closures b/public/closures index fcc0b6d..f571216 100644 --- a/public/closures +++ b/public/closures @@ -183,7 +183,7 @@ recursion.

diff --git a/public/collection-functions b/public/collection-functions index e692eb7..d27b313 100644 --- a/public/collection-functions +++ b/public/collection-functions @@ -362,7 +362,7 @@ type.

diff --git a/public/command-line-arguments b/public/command-line-arguments index 8067ee8..90b73e2 100644 --- a/public/command-line-arguments +++ b/public/command-line-arguments @@ -161,7 +161,7 @@ with flags.

diff --git a/public/command-line-flags b/public/command-line-flags index 6b0bb4b..cc5d959 100644 --- a/public/command-line-flags +++ b/public/command-line-flags @@ -313,7 +313,7 @@ way to parameterize programs.

diff --git a/public/constants b/public/constants index f9c1320..6e5b399 100644 --- a/public/constants +++ b/public/constants @@ -174,7 +174,7 @@ assignment or function call. For example, here

diff --git a/public/defer b/public/defer index 130870b..9c82ee9 100644 --- a/public/defer +++ b/public/defer @@ -186,7 +186,7 @@ after being written.

diff --git a/public/environment-variables b/public/environment-variables index cb61053..790c6c8 100644 --- a/public/environment-variables +++ b/public/environment-variables @@ -177,7 +177,7 @@ program picks that value up.

diff --git a/public/epoch b/public/epoch index 9f2ec37..48cf29c 100644 --- a/public/epoch +++ b/public/epoch @@ -168,7 +168,7 @@ parsing and formatting.

diff --git a/public/errors b/public/errors index b07e219..3b42371 100644 --- a/public/errors +++ b/public/errors @@ -290,7 +290,7 @@ on the Go blog for more on error handling.

diff --git a/public/execing-processes b/public/execing-processes index baa501a..d2fbea2 100644 --- a/public/execing-processes +++ b/public/execing-processes @@ -194,7 +194,7 @@ processes covers most use cases for fork.

diff --git a/public/exit b/public/exit index 3188ddb..2968b4f 100644 --- a/public/exit +++ b/public/exit @@ -165,7 +165,7 @@ the status in the terminal.

diff --git a/public/for b/public/for index 83e76a3..61712c6 100644 --- a/public/for +++ b/public/for @@ -166,7 +166,7 @@ structures.

diff --git a/public/functions b/public/functions index 267ae28..dd18487 100644 --- a/public/functions +++ b/public/functions @@ -154,7 +154,7 @@ multiple return values, which we’ll look at next.

diff --git a/public/goroutines b/public/goroutines index 67fe18b..aeab5c4 100644 --- a/public/goroutines +++ b/public/goroutines @@ -200,7 +200,7 @@ concurrent Go programs: channels.

diff --git a/public/hello-world b/public/hello-world index bfb0c69..164292d 100644 --- a/public/hello-world +++ b/public/hello-world @@ -132,7 +132,7 @@ learn more about the language.

diff --git a/public/if-else b/public/if-else index c54f82e..c79046d 100644 --- a/public/if-else +++ b/public/if-else @@ -177,7 +177,7 @@ for basic conditions.

diff --git a/public/index.html b/public/index.html index 62fec7a..b83b877 100644 --- a/public/index.html +++ b/public/index.html @@ -167,7 +167,7 @@ diff --git a/public/interfaces b/public/interfaces index 3330a70..2064108 100644 --- a/public/interfaces +++ b/public/interfaces @@ -227,7 +227,7 @@ these structs as arguments to measure.

diff --git a/public/json b/public/json index ebe459d..902e21f 100644 --- a/public/json +++ b/public/json @@ -394,7 +394,7 @@ for more.

diff --git a/public/line-filters b/public/line-filters index b0dd210..b8ddf7b 100644 --- a/public/line-filters +++ b/public/line-filters @@ -211,7 +211,7 @@ lowercase lines.

diff --git a/public/maps b/public/maps index f08cdb9..43e7055 100644 --- a/public/maps +++ b/public/maps @@ -223,7 +223,7 @@ printed with fmt.Println.

diff --git a/public/methods b/public/methods index 1d2a96c..e94f074 100644 --- a/public/methods +++ b/public/methods @@ -190,7 +190,7 @@ naming related sets of methods: interfaces.

diff --git a/public/multiple-return-values b/public/multiple-return-values index d81ced5..5612c97 100644 --- a/public/multiple-return-values +++ b/public/multiple-return-values @@ -159,7 +159,7 @@ feature of Go functions; we’ll look at this next.

diff --git a/public/mutexes b/public/mutexes index c830315..193bd75 100644 --- a/public/mutexes +++ b/public/mutexes @@ -294,7 +294,7 @@ management task using only goroutines and channels.

diff --git a/public/non-blocking-channel-operations b/public/non-blocking-channel-operations index de4e98c..2036771 100644 --- a/public/non-blocking-channel-operations +++ b/public/non-blocking-channel-operations @@ -166,7 +166,7 @@ on both messages and signals.

diff --git a/public/number-parsing b/public/number-parsing index 910359f..25445b1 100644 --- a/public/number-parsing +++ b/public/number-parsing @@ -204,7 +204,7 @@ bits.

diff --git a/public/panic b/public/panic index 202bf66..c64ce20 100644 --- a/public/panic +++ b/public/panic @@ -165,7 +165,7 @@ to use error-indicating return values wherever possible.

diff --git a/public/pointers b/public/pointers index bc6e8ba..cad986e 100644 --- a/public/pointers +++ b/public/pointers @@ -186,7 +186,7 @@ the memory address for that variable.

diff --git a/public/random-numbers b/public/random-numbers index 25ba951..0de67ef 100644 --- a/public/random-numbers +++ b/public/random-numbers @@ -211,7 +211,7 @@ that Go can provide.

diff --git a/public/range b/public/range index 209c982..6e056e3 100644 --- a/public/range +++ b/public/range @@ -176,7 +176,7 @@ of the rune and the second the rune itself.

diff --git a/public/range-over-channels b/public/range-over-channels index 202fb59..a32d8fc 100644 --- a/public/range-over-channels +++ b/public/range-over-channels @@ -148,7 +148,7 @@ values be received.

diff --git a/public/rate-limiting b/public/rate-limiting index 7eae4fc..60cfc00 100644 --- a/public/rate-limiting +++ b/public/rate-limiting @@ -252,7 +252,7 @@ then serve the remaining 2 with ~200ms delays each.

diff --git a/public/reading-files b/public/reading-files index f491aff..a40b69e 100644 --- a/public/reading-files +++ b/public/reading-files @@ -289,7 +289,7 @@ be scheduled immediately after Opening with

diff --git a/public/recursion b/public/recursion index 295fad2..9279fd3 100644 --- a/public/recursion +++ b/public/recursion @@ -118,7 +118,7 @@ base case of fact(0).

diff --git a/public/regular-expressions b/public/regular-expressions index dd9af01..7a0b2f7 100644 --- a/public/regular-expressions +++ b/public/regular-expressions @@ -333,7 +333,7 @@ the regexp package docs

diff --git a/public/select b/public/select index 33e0bcf..472f0ea 100644 --- a/public/select +++ b/public/select @@ -174,7 +174,7 @@ concurrently.

diff --git a/public/sha1-hashes b/public/sha1-hashes index 285c703..a9a178a 100644 --- a/public/sha1-hashes +++ b/public/sha1-hashes @@ -194,7 +194,7 @@ you should carefully research

diff --git a/public/signals b/public/signals index a149a0e..e7b5272 100644 --- a/public/signals +++ b/public/signals @@ -179,7 +179,7 @@ causing the program to print interrupt and then exit.

diff --git a/public/slices b/public/slices index e69b209..c711611 100644 --- a/public/slices +++ b/public/slices @@ -301,7 +301,7 @@ Go’s other key builtin data structure: maps.

diff --git a/public/sorting b/public/sorting index 31dd745..b349f9f 100644 --- a/public/sorting +++ b/public/sorting @@ -151,7 +151,7 @@ slices and true as the result of our AreSorted test. diff --git a/public/sorting-by-functions b/public/sorting-by-functions index 85af568..98e918d 100644 --- a/public/sorting-by-functions +++ b/public/sorting-by-functions @@ -168,7 +168,7 @@ functions.

diff --git a/public/spawning-processes b/public/spawning-processes index a6d4da7..9048445 100644 --- a/public/spawning-processes +++ b/public/spawning-processes @@ -250,7 +250,7 @@ as if we had run them directly from the command-line.

diff --git a/public/stateful-goroutines b/public/stateful-goroutines index 7d97880..d97fc32 100644 --- a/public/stateful-goroutines +++ b/public/stateful-goroutines @@ -299,7 +299,7 @@ program.

diff --git a/public/string-formatting b/public/string-formatting index 9e54b0a..6522477 100644 --- a/public/string-formatting +++ b/public/string-formatting @@ -448,7 +448,7 @@ and returns a string without printing it anywhere.

diff --git a/public/string-functions b/public/string-functions index 6b83df4..0eac7d1 100644 --- a/public/string-functions +++ b/public/string-functions @@ -194,7 +194,7 @@ and getting a character by index.

diff --git a/public/structs b/public/structs index 7b41cd5..3b3b6af 100644 --- a/public/structs +++ b/public/structs @@ -215,7 +215,7 @@ pointers are automatically dereferenced.

diff --git a/public/switch b/public/switch index f999571..fdcb3b5 100644 --- a/public/switch +++ b/public/switch @@ -163,7 +163,7 @@ to express if/else logic. Here we also show how the

diff --git a/public/tickers b/public/tickers index 48fd574..849bb50 100644 --- a/public/tickers +++ b/public/tickers @@ -144,7 +144,7 @@ before we stop it.

diff --git a/public/time b/public/time index 76eb47c..f4b80b5 100644 --- a/public/time +++ b/public/time @@ -261,7 +261,7 @@ the Unix epoch.

diff --git a/public/time-formatting-parsing b/public/time-formatting-parsing index 045d793..270031f 100644 --- a/public/time-formatting-parsing +++ b/public/time-formatting-parsing @@ -211,7 +211,7 @@ use for both formatting and parsing.

diff --git a/public/timeouts b/public/timeouts index e8b6567..32645db 100644 --- a/public/timeouts +++ b/public/timeouts @@ -184,7 +184,7 @@ examples of this next: timers and tickers.

diff --git a/public/timers b/public/timers index 77aec09..206f1b1 100644 --- a/public/timers +++ b/public/timers @@ -161,7 +161,7 @@ a chance to expire.

diff --git a/public/url-parsing b/public/url-parsing index b514a5e..da41302 100644 --- a/public/url-parsing +++ b/public/url-parsing @@ -227,7 +227,7 @@ pieces that we extracted.

diff --git a/public/values b/public/values index aeeee0f..801ffd6 100644 --- a/public/values +++ b/public/values @@ -145,7 +145,7 @@ basic examples.

diff --git a/public/variables b/public/variables index 7422d14..8c6e224 100644 --- a/public/variables +++ b/public/variables @@ -176,7 +176,7 @@ initializing a variable, e.g. for

diff --git a/public/variadic-functions b/public/variadic-functions index 653c773..143b5be 100644 --- a/public/variadic-functions +++ b/public/variadic-functions @@ -165,7 +165,7 @@ to form closures, which we’ll look at next.

diff --git a/public/worker-pools b/public/worker-pools index 1471e84..3dc73eb 100644 --- a/public/worker-pools +++ b/public/worker-pools @@ -209,7 +209,7 @@ there are 3 workers operating concurrently.

diff --git a/public/writing-files b/public/writing-files index dc9f576..4d57814 100644 --- a/public/writing-files +++ b/public/writing-files @@ -280,7 +280,7 @@ we’ve just seen to the stdin and stdout streams.

diff --git a/templates/404.html b/templates/404.html index 2c5c604..eb35bcd 100644 --- a/templates/404.html +++ b/templates/404.html @@ -22,7 +22,7 @@

Go by Example

Sorry, we couldn't find that! Check out the home page?

diff --git a/templates/example.tmpl b/templates/example.tmpl index db3dc96..b14a052 100644 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -41,7 +41,7 @@

{{end}} diff --git a/templates/index.tmpl b/templates/index.tmpl index e3b101a..ecc5389 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -39,7 +39,7 @@ {{end}}