-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (89 loc) · 4.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Golang Taiwan : Golang 台灣社群">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Golang Taiwan</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/golangtw">View on GitHub</a>
<h1 id="project_title">Golang Taiwan</h1>
<h2 id="project_tagline">Golang 台灣社群</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="%E9%80%A3%E7%B5%90" class="anchor" href="#%E9%80%A3%E7%B5%90"><span class="octicon octicon-link"></span></a>連結</h3>
<ul>
<li>
<a href="https://twitter.com/golangtw">twitter</a> <a href="https://github.com/golangtw" class="user-mention">@golangtw</a> 官方帳號</li>
<li>
<a href="https://delicious.com/golangtw">delicious 書籤</a> 分享過的連結彙整</li>
<li><a href="http://golangtw.hackpad.com">hackpad</a></li>
</ul><h3>
<a name="%E6%B4%BB%E5%8B%95" class="anchor" href="#%E6%B4%BB%E5%8B%95"><span class="octicon octicon-link"></span></a>活動</h3>
<p>原則上每兩週一次自由聊天聚會,不定期舉辦分享會。詳情請見官方 twitter。如果你有想分享的主題,歡迎與我們聯繫。</p>
<ul>
<li>
<a href="http://golang.kktix.cc/events/gtg11">GTG #11</a> 2014/09/24</li>
<li>
<a href="http://golang.kktix.cc/events/gtg10">GTG #10</a> 2014/04/16 Gutscript / c9s & Go Docker - The most popular Go project and how can you do the same. / 撒景賢</li>
<li>
<a href="http://golang.kktix.cc/events/gtg9">GTG #9</a> 2014/03/05</li>
<li>
<a href="https://kktix.com/events/gtg8">GTG #8</a> 2014/1/16 GoQt 不見了 / 願い星 & justfont Go! 之粉圓戰隊 / Poka</li>
<li>
<a href="https://registrano.com/events/gtg7">GTG #7</a> 2013/12/4 </li>
<li>GTG #6 牛排 party 歡慶 Golang 4 週年</li>
<li>
<a href="https://registrano.com/events/gtg5">GTG #5</a> 2013/10/21 Gutscript - Writing compiler in Go / <a href="https://twitter.com/c9s">c9s</a> & justfont Go! / Poka</li>
<li>
<a href="http://registrano.com/events/gtg4">GTG #4</a> 2013/09/25</li>
<li>
<a href="http://registrano.com/events/gtg3">GTG #3</a> 2013/09/11</li>
<li>
<a href="http://registrano.com/events/gtg2">GTG #2</a> 2013/08/28 Writing Go packages / <a href="https://twitter.com/c9s">c9s</a> & <a href="https://speakerdeck.com/poga/dependency-management-in-go">Dependency Management in Go</a> / <a href="https://twitter.com/devpoga">devpoga</a>
</li>
<li>
<a href="http://registrano.com/events/gtg1">GTG #1</a> 2013/08/14</li>
</ul><h3>
<a name="%E8%81%AF%E7%B5%A1" class="anchor" href="#%E8%81%AF%E7%B5%A1"><span class="octicon octicon-link"></span></a>聯絡</h3>
<p>可透過 <a href="https://twitter.com/golangtw">@golangtw</a> 或 email 至 <a href="mailto:[email protected]">[email protected]</a></p>
<h3>
<a name="%E8%B3%87%E6%BA%90" class="anchor" href="#%E8%B3%87%E6%BA%90"><span class="octicon octicon-link"></span></a>資源</h3>
<h4>
<a name="%E7%B6%B2%E7%AB%99" class="anchor" href="#%E7%B6%B2%E7%AB%99"><span class="octicon octicon-link"></span></a>網站</h4>
<ul>
<li><a href="http://golang.org/">Golang 官網</a></li>
<li><a href="https://github.com/mindreframer/golang-stuff">Golang Stuff</a></li>
</ul><h4>
<a name="%E6%9B%B8%E7%B1%8D" class="anchor" href="#%E6%9B%B8%E7%B1%8D"><span class="octicon octicon-link"></span></a>書籍</h4>
<ul>
<li>
<a href="http://www.golang-book.com/">An Introduction to Programming in Go</a> (英文)</li>
<li>
<a href="http://golang.org/doc/effective_go.html">Effective Go</a> (英文)</li>
<li>
<a href="https://github.com/Unknwon/the-way-to-go_ZH_CN">Go 入門指南</a> (簡中)</li>
<li>
<a href="https://github.com/Unknwon/go-fundamental-programming">Go 編程基礎</a> (簡中)</li>
<li>
<a href="https://github.com/astaxie/build-web-application-with-golang">Go Web 編程</a> (簡中)</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>