From aff87f6232c8930373e70d4e796f4f6a004c38fb Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 11 Jul 2022 17:22:32 +0200 Subject: [PATCH] Examples: fix invalid html Add lang attribute to html tag --- public/404.html | 2 +- public/arrays | 30 +++++++++++++------------- public/atomic-counters | 30 +++++++++++++------------- public/base64-encoding | 30 +++++++++++++------------- public/channel-buffering | 30 +++++++++++++------------- public/channel-directions | 30 +++++++++++++------------- public/channel-synchronization | 30 +++++++++++++------------- public/channels | 30 +++++++++++++------------- public/closing-channels | 30 +++++++++++++------------- public/closures | 30 +++++++++++++------------- public/command-line-arguments | 30 +++++++++++++------------- public/command-line-flags | 30 +++++++++++++------------- public/command-line-subcommands | 30 +++++++++++++------------- public/constants | 30 +++++++++++++------------- public/context | 30 +++++++++++++------------- public/defer | 30 +++++++++++++------------- public/directories | 30 +++++++++++++------------- public/embed-directive | 30 +++++++++++++------------- public/environment-variables | 30 +++++++++++++------------- public/epoch | 30 +++++++++++++------------- public/errors | 30 +++++++++++++------------- public/execing-processes | 30 +++++++++++++------------- public/exit | 22 +++++++++---------- public/file-paths | 30 +++++++++++++------------- public/for | 30 +++++++++++++------------- public/functions | 30 +++++++++++++------------- public/generics | 30 +++++++++++++------------- public/goroutines | 30 +++++++++++++------------- public/hello-world | 22 +++++++++---------- public/http-clients | 30 +++++++++++++------------- public/http-servers | 30 +++++++++++++------------- public/if-else | 30 +++++++++++++------------- public/index.html | 2 +- public/interfaces | 30 +++++++++++++------------- public/json | 30 +++++++++++++------------- public/line-filters | 30 +++++++++++++------------- public/maps | 30 +++++++++++++------------- public/methods | 30 +++++++++++++------------- public/multiple-return-values | 30 +++++++++++++------------- public/mutexes | 30 +++++++++++++------------- public/non-blocking-channel-operations | 30 +++++++++++++------------- public/number-parsing | 30 +++++++++++++------------- public/panic | 30 +++++++++++++------------- public/pointers | 30 +++++++++++++------------- public/random-numbers | 30 +++++++++++++------------- public/range | 30 +++++++++++++------------- public/range-over-channels | 30 +++++++++++++------------- public/rate-limiting | 30 +++++++++++++------------- public/reading-files | 30 +++++++++++++------------- public/recover | 30 +++++++++++++------------- public/recursion | 30 +++++++++++++------------- public/regular-expressions | 30 +++++++++++++------------- public/select | 30 +++++++++++++------------- public/sha256-hashes | 30 +++++++++++++------------- public/signals | 30 +++++++++++++------------- public/slices | 30 +++++++++++++------------- public/sorting | 30 +++++++++++++------------- public/sorting-by-functions | 30 +++++++++++++------------- public/spawning-processes | 30 +++++++++++++------------- public/stateful-goroutines | 30 +++++++++++++------------- public/string-formatting | 30 +++++++++++++------------- public/string-functions | 30 +++++++++++++------------- public/strings-and-runes | 30 +++++++++++++------------- public/struct-embedding | 30 +++++++++++++------------- public/structs | 30 +++++++++++++------------- public/switch | 30 +++++++++++++------------- public/temporary-files-and-directories | 30 +++++++++++++------------- public/testing-and-benchmarking | 30 +++++++++++++------------- public/text-templates | 30 +++++++++++++------------- public/tickers | 30 +++++++++++++------------- public/time | 30 +++++++++++++------------- public/time-formatting-parsing | 30 +++++++++++++------------- public/timeouts | 30 +++++++++++++------------- public/timers | 30 +++++++++++++------------- public/url-parsing | 30 +++++++++++++------------- public/values | 30 +++++++++++++------------- public/variables | 30 +++++++++++++------------- public/variadic-functions | 30 +++++++++++++------------- public/waitgroups | 30 +++++++++++++------------- public/worker-pools | 30 +++++++++++++------------- public/writing-files | 30 +++++++++++++------------- public/xml | 30 +++++++++++++------------- templates/404.tmpl | 2 +- templates/example.tmpl | 30 +++++++++++++------------- templates/index.tmpl | 2 +- 85 files changed, 1211 insertions(+), 1211 deletions(-) diff --git a/public/404.html b/public/404.html index e9e842c..fcde096 100644 --- a/public/404.html +++ b/public/404.html @@ -1,5 +1,5 @@ - + Go by Example: Not Found diff --git a/public/arrays b/public/arrays index 7a0b707..3d32448 100644 --- a/public/arrays +++ b/public/arrays @@ -1,24 +1,24 @@ - + Go by Example: Arrays + -

Go by Example: Arrays

diff --git a/public/atomic-counters b/public/atomic-counters index 6548101..399aaf8 100644 --- a/public/atomic-counters +++ b/public/atomic-counters @@ -1,24 +1,24 @@ - + Go by Example: Atomic Counters + -

Go by Example: Atomic Counters

diff --git a/public/base64-encoding b/public/base64-encoding index c2db003..71d68fc 100644 --- a/public/base64-encoding +++ b/public/base64-encoding @@ -1,24 +1,24 @@ - + Go by Example: Base64 Encoding + -

Go by Example: Base64 Encoding

diff --git a/public/channel-buffering b/public/channel-buffering index 3975022..9711034 100644 --- a/public/channel-buffering +++ b/public/channel-buffering @@ -1,24 +1,24 @@ - + Go by Example: Channel Buffering + -

Go by Example: Channel Buffering

diff --git a/public/channel-directions b/public/channel-directions index 5695a28..98afd4f 100644 --- a/public/channel-directions +++ b/public/channel-directions @@ -1,24 +1,24 @@ - + Go by Example: Channel Directions + -

Go by Example: Channel Directions

diff --git a/public/channel-synchronization b/public/channel-synchronization index 9061590..19f7b00 100644 --- a/public/channel-synchronization +++ b/public/channel-synchronization @@ -1,24 +1,24 @@ - + Go by Example: Channel Synchronization + -

Go by Example: Channel Synchronization

diff --git a/public/channels b/public/channels index 3b161a7..a82ea8a 100644 --- a/public/channels +++ b/public/channels @@ -1,24 +1,24 @@ - + Go by Example: Channels + -

Go by Example: Channels

diff --git a/public/closing-channels b/public/closing-channels index d1fad4f..96290b7 100644 --- a/public/closing-channels +++ b/public/closing-channels @@ -1,24 +1,24 @@ - + Go by Example: Closing Channels + -

Go by Example: Closing Channels

diff --git a/public/closures b/public/closures index 8b8edd0..b8c213c 100644 --- a/public/closures +++ b/public/closures @@ -1,24 +1,24 @@ - + Go by Example: Closures + -

Go by Example: Closures

diff --git a/public/command-line-arguments b/public/command-line-arguments index b0d5322..9596a26 100644 --- a/public/command-line-arguments +++ b/public/command-line-arguments @@ -1,24 +1,24 @@ - + Go by Example: Command-Line Arguments + -

Go by Example: Command-Line Arguments

diff --git a/public/command-line-flags b/public/command-line-flags index 92e2f2e..46fb854 100644 --- a/public/command-line-flags +++ b/public/command-line-flags @@ -1,24 +1,24 @@ - + Go by Example: Command-Line Flags + -

Go by Example: Command-Line Flags

diff --git a/public/command-line-subcommands b/public/command-line-subcommands index 9ea0cba..1d90a89 100644 --- a/public/command-line-subcommands +++ b/public/command-line-subcommands @@ -1,24 +1,24 @@ - + Go by Example: Command-Line Subcommands + -

Go by Example: Command-Line Subcommands

diff --git a/public/constants b/public/constants index 0188473..86853c6 100644 --- a/public/constants +++ b/public/constants @@ -1,24 +1,24 @@ - + Go by Example: Constants + -

Go by Example: Constants

diff --git a/public/context b/public/context index 59213e6..9780aa5 100644 --- a/public/context +++ b/public/context @@ -1,24 +1,24 @@ - + Go by Example: Context + -

Go by Example: Context

diff --git a/public/defer b/public/defer index 2e48c9e..a40eb1b 100644 --- a/public/defer +++ b/public/defer @@ -1,24 +1,24 @@ - + Go by Example: Defer + -

Go by Example: Defer

diff --git a/public/directories b/public/directories index bef7856..c4625ae 100644 --- a/public/directories +++ b/public/directories @@ -1,24 +1,24 @@ - + Go by Example: Directories + -

Go by Example: Directories

diff --git a/public/embed-directive b/public/embed-directive index 7b41780..4c47507 100644 --- a/public/embed-directive +++ b/public/embed-directive @@ -1,24 +1,24 @@ - + Go by Example: Embed Directive + -

Go by Example: Embed Directive

diff --git a/public/environment-variables b/public/environment-variables index fb6a4a1..f0e73e5 100644 --- a/public/environment-variables +++ b/public/environment-variables @@ -1,24 +1,24 @@ - + Go by Example: Environment Variables + -

Go by Example: Environment Variables

diff --git a/public/epoch b/public/epoch index 890b66e..fc6c8dc 100644 --- a/public/epoch +++ b/public/epoch @@ -1,24 +1,24 @@ - + Go by Example: Epoch + -

Go by Example: Epoch

diff --git a/public/errors b/public/errors index 9444171..db5f5a1 100644 --- a/public/errors +++ b/public/errors @@ -1,24 +1,24 @@ - + Go by Example: Errors + -

Go by Example: Errors

diff --git a/public/execing-processes b/public/execing-processes index 6e9c5a3..995d98d 100644 --- a/public/execing-processes +++ b/public/execing-processes @@ -1,24 +1,24 @@ - + Go by Example: Exec'ing Processes + -

Go by Example: Exec'ing Processes

diff --git a/public/exit b/public/exit index 902ba78..ad704bc 100644 --- a/public/exit +++ b/public/exit @@ -1,20 +1,20 @@ - + Go by Example: Exit + -

Go by Example: Exit

diff --git a/public/file-paths b/public/file-paths index d129bde..42b2225 100644 --- a/public/file-paths +++ b/public/file-paths @@ -1,24 +1,24 @@ - + Go by Example: File Paths + -

Go by Example: File Paths

diff --git a/public/for b/public/for index e5b9674..2330102 100644 --- a/public/for +++ b/public/for @@ -1,24 +1,24 @@ - + Go by Example: For + -

Go by Example: For

diff --git a/public/functions b/public/functions index 74e7302..8ca90c1 100644 --- a/public/functions +++ b/public/functions @@ -1,24 +1,24 @@ - + Go by Example: Functions + -

Go by Example: Functions

diff --git a/public/generics b/public/generics index 0ca662e..92988fc 100644 --- a/public/generics +++ b/public/generics @@ -1,24 +1,24 @@ - + Go by Example: Generics + -

Go by Example: Generics

diff --git a/public/goroutines b/public/goroutines index 957edc6..597b902 100644 --- a/public/goroutines +++ b/public/goroutines @@ -1,24 +1,24 @@ - + Go by Example: Goroutines + -

Go by Example: Goroutines

diff --git a/public/hello-world b/public/hello-world index 6f28be4..a599ec5 100644 --- a/public/hello-world +++ b/public/hello-world @@ -1,20 +1,20 @@ - + Go by Example: Hello World + -

Go by Example: Hello World

diff --git a/public/http-clients b/public/http-clients index 596bba3..ee79110 100644 --- a/public/http-clients +++ b/public/http-clients @@ -1,24 +1,24 @@ - + Go by Example: HTTP Clients + -

Go by Example: HTTP Clients

diff --git a/public/http-servers b/public/http-servers index dfde83d..6a80a3a 100644 --- a/public/http-servers +++ b/public/http-servers @@ -1,24 +1,24 @@ - + Go by Example: HTTP Servers + -

Go by Example: HTTP Servers

diff --git a/public/if-else b/public/if-else index b05329e..4dbf807 100644 --- a/public/if-else +++ b/public/if-else @@ -1,24 +1,24 @@ - + Go by Example: If/Else + -

Go by Example: If/Else

diff --git a/public/index.html b/public/index.html index 23d0731..6d87975 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + Go by Example diff --git a/public/interfaces b/public/interfaces index 36cef1b..caad26e 100644 --- a/public/interfaces +++ b/public/interfaces @@ -1,24 +1,24 @@ - + Go by Example: Interfaces + -

Go by Example: Interfaces

diff --git a/public/json b/public/json index f1d7040..c82d87d 100644 --- a/public/json +++ b/public/json @@ -1,24 +1,24 @@ - + Go by Example: JSON + -

Go by Example: JSON

diff --git a/public/line-filters b/public/line-filters index 3fcb704..905aaf8 100644 --- a/public/line-filters +++ b/public/line-filters @@ -1,24 +1,24 @@ - + Go by Example: Line Filters + -

Go by Example: Line Filters

diff --git a/public/maps b/public/maps index bf99e93..e1a1550 100644 --- a/public/maps +++ b/public/maps @@ -1,24 +1,24 @@ - + Go by Example: Maps + -

Go by Example: Maps

diff --git a/public/methods b/public/methods index b04b063..c3cfbbb 100644 --- a/public/methods +++ b/public/methods @@ -1,24 +1,24 @@ - + Go by Example: Methods + -

Go by Example: Methods

diff --git a/public/multiple-return-values b/public/multiple-return-values index 9fbc33d..ae7105c 100644 --- a/public/multiple-return-values +++ b/public/multiple-return-values @@ -1,24 +1,24 @@ - + Go by Example: Multiple Return Values + -

Go by Example: Multiple Return Values

diff --git a/public/mutexes b/public/mutexes index 8e42a76..7511ae3 100644 --- a/public/mutexes +++ b/public/mutexes @@ -1,24 +1,24 @@ - + Go by Example: Mutexes + -

Go by Example: Mutexes

diff --git a/public/non-blocking-channel-operations b/public/non-blocking-channel-operations index 08d4bd6..24ed106 100644 --- a/public/non-blocking-channel-operations +++ b/public/non-blocking-channel-operations @@ -1,24 +1,24 @@ - + Go by Example: Non-Blocking Channel Operations + -

Go by Example: Non-Blocking Channel Operations

diff --git a/public/number-parsing b/public/number-parsing index af3d1d4..0a32e48 100644 --- a/public/number-parsing +++ b/public/number-parsing @@ -1,24 +1,24 @@ - + Go by Example: Number Parsing + -

Go by Example: Number Parsing

diff --git a/public/panic b/public/panic index a93770c..7882a47 100644 --- a/public/panic +++ b/public/panic @@ -1,24 +1,24 @@ - + Go by Example: Panic + -

Go by Example: Panic

diff --git a/public/pointers b/public/pointers index b57507a..6e70b42 100644 --- a/public/pointers +++ b/public/pointers @@ -1,24 +1,24 @@ - + Go by Example: Pointers + -

Go by Example: Pointers

diff --git a/public/random-numbers b/public/random-numbers index 488191d..2aaaffe 100644 --- a/public/random-numbers +++ b/public/random-numbers @@ -1,24 +1,24 @@ - + Go by Example: Random Numbers + -

Go by Example: Random Numbers

diff --git a/public/range b/public/range index 5259ac7..fae4c49 100644 --- a/public/range +++ b/public/range @@ -1,24 +1,24 @@ - + Go by Example: Range + -

Go by Example: Range

diff --git a/public/range-over-channels b/public/range-over-channels index bc4b71e..f7de91f 100644 --- a/public/range-over-channels +++ b/public/range-over-channels @@ -1,24 +1,24 @@ - + Go by Example: Range over Channels + -

Go by Example: Range over Channels

diff --git a/public/rate-limiting b/public/rate-limiting index ceb2a71..27499e6 100644 --- a/public/rate-limiting +++ b/public/rate-limiting @@ -1,24 +1,24 @@ - + Go by Example: Rate Limiting + -

Go by Example: Rate Limiting

diff --git a/public/reading-files b/public/reading-files index 58fc5bc..984b181 100644 --- a/public/reading-files +++ b/public/reading-files @@ -1,24 +1,24 @@ - + Go by Example: Reading Files + -

Go by Example: Reading Files

diff --git a/public/recover b/public/recover index dda8527..0d7f706 100644 --- a/public/recover +++ b/public/recover @@ -1,24 +1,24 @@ - + Go by Example: Recover + -

Go by Example: Recover

diff --git a/public/recursion b/public/recursion index 413b684..ffe1bf3 100644 --- a/public/recursion +++ b/public/recursion @@ -1,24 +1,24 @@ - + Go by Example: Recursion + -

Go by Example: Recursion

diff --git a/public/regular-expressions b/public/regular-expressions index 9f830f0..304df19 100644 --- a/public/regular-expressions +++ b/public/regular-expressions @@ -1,24 +1,24 @@ - + Go by Example: Regular Expressions + -

Go by Example: Regular Expressions

diff --git a/public/select b/public/select index 8132666..85f469d 100644 --- a/public/select +++ b/public/select @@ -1,24 +1,24 @@ - + Go by Example: Select + -

Go by Example: Select

diff --git a/public/sha256-hashes b/public/sha256-hashes index e1e1846..b4120d4 100644 --- a/public/sha256-hashes +++ b/public/sha256-hashes @@ -1,24 +1,24 @@ - + Go by Example: SHA256 Hashes + -

Go by Example: SHA256 Hashes

diff --git a/public/signals b/public/signals index 42710f2..80d8b99 100644 --- a/public/signals +++ b/public/signals @@ -1,24 +1,24 @@ - + Go by Example: Signals + -

Go by Example: Signals

diff --git a/public/slices b/public/slices index 3780b59..a576595 100644 --- a/public/slices +++ b/public/slices @@ -1,24 +1,24 @@ - + Go by Example: Slices + -

Go by Example: Slices

diff --git a/public/sorting b/public/sorting index e3c3508..13d886e 100644 --- a/public/sorting +++ b/public/sorting @@ -1,24 +1,24 @@ - + Go by Example: Sorting + -

Go by Example: Sorting

diff --git a/public/sorting-by-functions b/public/sorting-by-functions index 1607ffa..0c9bf70 100644 --- a/public/sorting-by-functions +++ b/public/sorting-by-functions @@ -1,24 +1,24 @@ - + Go by Example: Sorting by Functions + -

Go by Example: Sorting by Functions

diff --git a/public/spawning-processes b/public/spawning-processes index d013fc1..39b6b58 100644 --- a/public/spawning-processes +++ b/public/spawning-processes @@ -1,24 +1,24 @@ - + Go by Example: Spawning Processes + -

Go by Example: Spawning Processes

diff --git a/public/stateful-goroutines b/public/stateful-goroutines index 119f08b..a665126 100644 --- a/public/stateful-goroutines +++ b/public/stateful-goroutines @@ -1,24 +1,24 @@ - + Go by Example: Stateful Goroutines + -

Go by Example: Stateful Goroutines

diff --git a/public/string-formatting b/public/string-formatting index eb6b45b..673007d 100644 --- a/public/string-formatting +++ b/public/string-formatting @@ -1,24 +1,24 @@ - + Go by Example: String Formatting + -

Go by Example: String Formatting

diff --git a/public/string-functions b/public/string-functions index 0b38f93..872d96f 100644 --- a/public/string-functions +++ b/public/string-functions @@ -1,24 +1,24 @@ - + Go by Example: String Functions + -

Go by Example: String Functions

diff --git a/public/strings-and-runes b/public/strings-and-runes index a7fc03e..658b8cd 100644 --- a/public/strings-and-runes +++ b/public/strings-and-runes @@ -1,24 +1,24 @@ - + Go by Example: Strings and Runes + -

Go by Example: Strings and Runes

diff --git a/public/struct-embedding b/public/struct-embedding index c70b5b9..d3724c0 100644 --- a/public/struct-embedding +++ b/public/struct-embedding @@ -1,24 +1,24 @@ - + Go by Example: Struct Embedding + -

Go by Example: Struct Embedding

diff --git a/public/structs b/public/structs index 84de85f..ed248b0 100644 --- a/public/structs +++ b/public/structs @@ -1,24 +1,24 @@ - + Go by Example: Structs + -

Go by Example: Structs

diff --git a/public/switch b/public/switch index aaab93d..cc3e0cc 100644 --- a/public/switch +++ b/public/switch @@ -1,24 +1,24 @@ - + Go by Example: Switch + -

Go by Example: Switch

diff --git a/public/temporary-files-and-directories b/public/temporary-files-and-directories index fc173a7..3632150 100644 --- a/public/temporary-files-and-directories +++ b/public/temporary-files-and-directories @@ -1,24 +1,24 @@ - + Go by Example: Temporary Files and Directories + -

Go by Example: Temporary Files and Directories

diff --git a/public/testing-and-benchmarking b/public/testing-and-benchmarking index 176b37f..413cb5a 100644 --- a/public/testing-and-benchmarking +++ b/public/testing-and-benchmarking @@ -1,24 +1,24 @@ - + Go by Example: Testing and Benchmarking + -

Go by Example: Testing and Benchmarking

diff --git a/public/text-templates b/public/text-templates index df0d536..4ed8c6d 100644 --- a/public/text-templates +++ b/public/text-templates @@ -1,24 +1,24 @@ - + Go by Example: Text Templates + -

Go by Example: Text Templates

diff --git a/public/tickers b/public/tickers index 97ca3b5..204cea4 100644 --- a/public/tickers +++ b/public/tickers @@ -1,24 +1,24 @@ - + Go by Example: Tickers + -

Go by Example: Tickers

diff --git a/public/time b/public/time index c8a2d52..97885f9 100644 --- a/public/time +++ b/public/time @@ -1,24 +1,24 @@ - + Go by Example: Time + -

Go by Example: Time

diff --git a/public/time-formatting-parsing b/public/time-formatting-parsing index 7999890..93cef19 100644 --- a/public/time-formatting-parsing +++ b/public/time-formatting-parsing @@ -1,24 +1,24 @@ - + Go by Example: Time Formatting / Parsing + -

Go by Example: Time Formatting / Parsing

diff --git a/public/timeouts b/public/timeouts index db72edf..c5593c4 100644 --- a/public/timeouts +++ b/public/timeouts @@ -1,24 +1,24 @@ - + Go by Example: Timeouts + -

Go by Example: Timeouts

diff --git a/public/timers b/public/timers index 2f1f1c9..ac4f9e9 100644 --- a/public/timers +++ b/public/timers @@ -1,24 +1,24 @@ - + Go by Example: Timers + -

Go by Example: Timers

diff --git a/public/url-parsing b/public/url-parsing index 61989e4..44b578d 100644 --- a/public/url-parsing +++ b/public/url-parsing @@ -1,24 +1,24 @@ - + Go by Example: URL Parsing + -

Go by Example: URL Parsing

diff --git a/public/values b/public/values index 1f04b37..8077fc7 100644 --- a/public/values +++ b/public/values @@ -1,24 +1,24 @@ - + Go by Example: Values + -

Go by Example: Values

diff --git a/public/variables b/public/variables index 736c7c4..f894893 100644 --- a/public/variables +++ b/public/variables @@ -1,24 +1,24 @@ - + Go by Example: Variables + -

Go by Example: Variables

diff --git a/public/variadic-functions b/public/variadic-functions index 8b86793..fba9345 100644 --- a/public/variadic-functions +++ b/public/variadic-functions @@ -1,24 +1,24 @@ - + Go by Example: Variadic Functions + -

Go by Example: Variadic Functions

diff --git a/public/waitgroups b/public/waitgroups index 38870e6..f70a3a6 100644 --- a/public/waitgroups +++ b/public/waitgroups @@ -1,24 +1,24 @@ - + Go by Example: WaitGroups + -

Go by Example: WaitGroups

diff --git a/public/worker-pools b/public/worker-pools index 601a84f..0c6d7ad 100644 --- a/public/worker-pools +++ b/public/worker-pools @@ -1,24 +1,24 @@ - + Go by Example: Worker Pools + -

Go by Example: Worker Pools

diff --git a/public/writing-files b/public/writing-files index c9864b0..15412e5 100644 --- a/public/writing-files +++ b/public/writing-files @@ -1,24 +1,24 @@ - + Go by Example: Writing Files + -

Go by Example: Writing Files

diff --git a/public/xml b/public/xml index 26752fe..ffba39a 100644 --- a/public/xml +++ b/public/xml @@ -1,24 +1,24 @@ - + Go by Example: XML + -

Go by Example: XML

diff --git a/templates/404.tmpl b/templates/404.tmpl index 10aae10..c0194c6 100644 --- a/templates/404.tmpl +++ b/templates/404.tmpl @@ -1,5 +1,5 @@ - + Go by Example: Not Found diff --git a/templates/example.tmpl b/templates/example.tmpl index 29b185c..6367d3d 100644 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -1,24 +1,24 @@ - + Go by Example: {{.Name}} + -

Go by Example: {{.Name}}

diff --git a/templates/index.tmpl b/templates/index.tmpl index 520f68b..9c1251d 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,5 +1,5 @@ - + Go by Example