Rebuild to reflect meta change

This commit is contained in:
Mark McGranaghan 2015-09-14 08:50:18 -07:00
parent 3dc21b848c
commit 2835629767
65 changed files with 65 additions and 65 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Arrays</title> <title>Go by Example: Arrays</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Atomic Counters</title> <title>Go by Example: Atomic Counters</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Base64 Encoding</title> <title>Go by Example: Base64 Encoding</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Channel Buffering</title> <title>Go by Example: Channel Buffering</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Channel Directions</title> <title>Go by Example: Channel Directions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Channel Synchronization</title> <title>Go by Example: Channel Synchronization</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Channels</title> <title>Go by Example: Channels</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Closing Channels</title> <title>Go by Example: Closing Channels</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Closures</title> <title>Go by Example: Closures</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Collection Functions</title> <title>Go by Example: Collection Functions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Command-Line Arguments</title> <title>Go by Example: Command-Line Arguments</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Command-Line Flags</title> <title>Go by Example: Command-Line Flags</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Constants</title> <title>Go by Example: Constants</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Defer</title> <title>Go by Example: Defer</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Environment Variables</title> <title>Go by Example: Environment Variables</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Epoch</title> <title>Go by Example: Epoch</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Errors</title> <title>Go by Example: Errors</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Exec'ing Processes</title> <title>Go by Example: Exec'ing Processes</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Exit</title> <title>Go by Example: Exit</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: For</title> <title>Go by Example: For</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Functions</title> <title>Go by Example: Functions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Goroutines</title> <title>Go by Example: Goroutines</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Hello World</title> <title>Go by Example: Hello World</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: If/Else</title> <title>Go by Example: If/Else</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example</title> <title>Go by Example</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Interfaces</title> <title>Go by Example: Interfaces</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Line Filters</title> <title>Go by Example: Line Filters</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Maps</title> <title>Go by Example: Maps</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Methods</title> <title>Go by Example: Methods</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Multiple Return Values</title> <title>Go by Example: Multiple Return Values</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Mutexes</title> <title>Go by Example: Mutexes</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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> <title>Go by Example: Non-Blocking Channel Operations</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Number Parsing</title> <title>Go by Example: Number Parsing</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Panic</title> <title>Go by Example: Panic</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Pointers</title> <title>Go by Example: Pointers</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Random Numbers</title> <title>Go by Example: Random Numbers</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Range</title> <title>Go by Example: Range</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Range over Channels</title> <title>Go by Example: Range over Channels</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Rate Limiting</title> <title>Go by Example: Rate Limiting</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Reading Files</title> <title>Go by Example: Reading Files</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Recursion</title> <title>Go by Example: Recursion</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Regular Expressions</title> <title>Go by Example: Regular Expressions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Select</title> <title>Go by Example: Select</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: SHA1 Hashes</title> <title>Go by Example: SHA1 Hashes</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Signals</title> <title>Go by Example: Signals</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Slices</title> <title>Go by Example: Slices</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Sorting</title> <title>Go by Example: Sorting</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Sorting by Functions</title> <title>Go by Example: Sorting by Functions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Spawning Processes</title> <title>Go by Example: Spawning Processes</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Stateful Goroutines</title> <title>Go by Example: Stateful Goroutines</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: String Formatting</title> <title>Go by Example: String Formatting</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: String Functions</title> <title>Go by Example: String Functions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Structs</title> <title>Go by Example: Structs</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Switch</title> <title>Go by Example: Switch</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Tickers</title> <title>Go by Example: Tickers</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Time</title> <title>Go by Example: Time</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Time Formatting / Parsing</title> <title>Go by Example: Time Formatting / Parsing</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Timeouts</title> <title>Go by Example: Timeouts</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Timers</title> <title>Go by Example: Timers</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: URL Parsing</title> <title>Go by Example: URL Parsing</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Values</title> <title>Go by Example: Values</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Variables</title> <title>Go by Example: Variables</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Variadic Functions</title> <title>Go by Example: Variadic Functions</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Worker Pools</title> <title>Go by Example: Worker Pools</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: Writing Files</title> <title>Go by Example: Writing Files</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>