Permalink
Browse files

Rebuild to reflect meta change

  • Loading branch information...
1 parent 3dc21b8 commit 283562976797fd198c3ee8d2c73027e7987a54b6 @mmcgrana committed Sep 14, 2015
Showing with 65 additions and 65 deletions.
  1. +1 −1 public/arrays
  2. +1 −1 public/atomic-counters
  3. +1 −1 public/base64-encoding
  4. +1 −1 public/channel-buffering
  5. +1 −1 public/channel-directions
  6. +1 −1 public/channel-synchronization
  7. +1 −1 public/channels
  8. +1 −1 public/closing-channels
  9. +1 −1 public/closures
  10. +1 −1 public/collection-functions
  11. +1 −1 public/command-line-arguments
  12. +1 −1 public/command-line-flags
  13. +1 −1 public/constants
  14. +1 −1 public/defer
  15. +1 −1 public/environment-variables
  16. +1 −1 public/epoch
  17. +1 −1 public/errors
  18. +1 −1 public/execing-processes
  19. +1 −1 public/exit
  20. +1 −1 public/for
  21. +1 −1 public/functions
  22. +1 −1 public/goroutines
  23. +1 −1 public/hello-world
  24. +1 −1 public/if-else
  25. +1 −1 public/index.html
  26. +1 −1 public/interfaces
  27. +1 −1 public/line-filters
  28. +1 −1 public/maps
  29. +1 −1 public/methods
  30. +1 −1 public/multiple-return-values
  31. +1 −1 public/mutexes
  32. +1 −1 public/non-blocking-channel-operations
  33. +1 −1 public/number-parsing
  34. +1 −1 public/panic
  35. +1 −1 public/pointers
  36. +1 −1 public/random-numbers
  37. +1 −1 public/range
  38. +1 −1 public/range-over-channels
  39. +1 −1 public/rate-limiting
  40. +1 −1 public/reading-files
  41. +1 −1 public/recursion
  42. +1 −1 public/regular-expressions
  43. +1 −1 public/select
  44. +1 −1 public/sha1-hashes
  45. +1 −1 public/signals
  46. +1 −1 public/slices
  47. +1 −1 public/sorting
  48. +1 −1 public/sorting-by-functions
  49. +1 −1 public/spawning-processes
  50. +1 −1 public/stateful-goroutines
  51. +1 −1 public/string-formatting
  52. +1 −1 public/string-functions
  53. +1 −1 public/structs
  54. +1 −1 public/switch
  55. +1 −1 public/tickers
  56. +1 −1 public/time
  57. +1 −1 public/time-formatting-parsing
  58. +1 −1 public/timeouts
  59. +1 −1 public/timers
  60. +1 −1 public/url-parsing
  61. +1 −1 public/values
  62. +1 −1 public/variables
  63. +1 −1 public/variadic-functions
  64. +1 −1 public/worker-pools
  65. +1 −1 public/writing-files
View
2 public/arrays
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Arrays</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/atomic-counters
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Atomic Counters</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/base64-encoding
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Base64 Encoding</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/channel-buffering
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Channel Buffering</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/channel-directions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Channel Directions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/channel-synchronization
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Channel Synchronization</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/channels
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Channels</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/closing-channels
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Closing Channels</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/closures
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Closures</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/collection-functions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Collection Functions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/command-line-arguments
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Command-Line Arguments</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/command-line-flags
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Command-Line Flags</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/constants
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Constants</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/defer
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Defer</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/environment-variables
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Environment Variables</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/epoch
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Epoch</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/errors
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Errors</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/execing-processes
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Exec'ing Processes</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/exit
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Exit</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/for
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: For</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/functions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Functions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/goroutines
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Goroutines</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/hello-world
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Hello World</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/if-else
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: If/Else</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/interfaces
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Interfaces</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/line-filters
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Line Filters</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/maps
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Maps</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/methods
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Methods</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/multiple-return-values
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Multiple Return Values</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/mutexes
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Mutexes</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/non-blocking-channel-operations
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Non-Blocking Channel Operations</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/number-parsing
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Number Parsing</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/panic
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Panic</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/pointers
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Pointers</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/random-numbers
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Random Numbers</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/range
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Range</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/range-over-channels
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Range over Channels</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/rate-limiting
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Rate Limiting</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/reading-files
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Reading Files</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/recursion
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Recursion</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/regular-expressions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Regular Expressions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/select
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Select</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/sha1-hashes
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: SHA1 Hashes</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/signals
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Signals</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/slices
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Slices</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/sorting
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Sorting</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/sorting-by-functions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Sorting by Functions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/spawning-processes
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Spawning Processes</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/stateful-goroutines
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Stateful Goroutines</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/string-formatting
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: String Formatting</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/string-functions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: String Functions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/structs
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Structs</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/switch
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Switch</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/tickers
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Tickers</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/time
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Time</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/time-formatting-parsing
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Time Formatting / Parsing</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/timeouts
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Timeouts</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/timers
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Timers</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/url-parsing
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: URL Parsing</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/values
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Values</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/variables
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Variables</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/variadic-functions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Variadic Functions</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/worker-pools
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Worker Pools</title>
<link rel=stylesheet href="site.css">
</head>
View
2 public/writing-files
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-eqiv="content-type" content="text/html;charset=utf-8">
+ <meta charset="utf-8">
<title>Go by Example: Writing Files</title>
<link rel=stylesheet href="site.css">
</head>

0 comments on commit 2835629

Please sign in to comment.