Skip to content

Commit b11ce84

Browse files
committed
change the meta charset tag to the html5 way
1 parent 828c9fb commit b11ce84

File tree

68 files changed

+68
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+68
-68
lines changed

arrays/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:数组</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/arrays/" />

atomic-counters/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:原子计数器</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/atomic-counters/" />

base64-encoding/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:Base64编码</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/base64-encoding/" />

channel-buffering/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道缓冲</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/channel-buffering/" />

channel-directions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道方向</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/channel-directions/" />

channel-synchronization/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道同步</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/channel-synchronization/" />

channels/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/channels/" />

closing-channels/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道的关闭</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/closing-channels/" />

closures/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:闭包</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/closures/" />

collection-functions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:组合函数</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/collection-functions/" />

command-line-arguments/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:命令行参数</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/command-line-arguments/" />

command-line-flags/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:命令行标志</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/command-line-flags/" />

constants/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:常量</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/constants/" />

defer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:Defer</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/defer/" />

environment-variables/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:环境变量</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/environment-variables/" />

epoch/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:时间戳</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/epoch/" />

errors/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:错误处理</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/errors/" />

execing-processes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:执行进程</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/execing-processes/" />

exit/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:退出</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/exit/" />

for/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:For循环</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/for/" />

functions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:函数</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/functions/" />

goroutines/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:协程</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/goroutines/" />

hello-world/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:你好,世界</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/hello-world/" />

if-else/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:if/else 分支</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/if-else/" />

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文</title>
66
<link rel=stylesheet href="./site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/" />

interfaces/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:接口</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/interfaces/" />

json/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:JSON</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/json/" />

line-filters/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:行过滤器</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/line-filters/" />

maps/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:关联数组</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/maps/" />

methods/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:方法</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/methods/" />

multiple-return-values/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:多返回值</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/multiple-return-values/" />

mutexes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:互斥锁</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/mutexes/" />

non-blocking-channel-operations/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:非阻塞通道操作</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/non-blocking-channel-operations/" />

number-parsing/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:数字解析</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/number-parsing/" />

panic/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:Panic</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/panic/" />

pointers/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:指针</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/pointers/" />

random-numbers/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:随机数</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/random-numbers/" />

range-over-channels/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道遍历</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/range-over-channels/" />

range/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:Range 遍历</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/range/" />

rate-limiting/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:速率限制</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/rate-limiting/" />

reading-files/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:读文件</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/reading-files/" />

recursion/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:递归</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/recursion/" />

regular-expressions/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:正则表达式</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/regular-expressions/" />

select/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
33
<head>
4-
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
4+
<meta charset="utf-8">
55
<title>Go by Example 中文:通道选择器</title>
66
<link rel=stylesheet href="../site.css">
77
<link rel="canonical" href="http://gobyexample.everyx.in/select/" />

0 commit comments

Comments
 (0)