Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a719684

Browse files
committed
add new book
1 parent dcc8887 commit a719684

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

websites/code/studygolang/template/common/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<p class="links">
9898
<a href="/wiki/about">关于</a> | <a href="/api">API</a> | <a href="/wiki/contributors">贡献者</a> | <a href="/wiki/">帮助推广</a> | <a href="/topics/node16">反馈</a> | <a href="http://github.com/studygolang" target="_blank" rel="nofollow">Github</a> | <a href="http://weibo.com/studygolang" target="_blank" rel="nofollow">新浪微博</a> | <a href="http://www.ucai.cn" target="_blank">优才网</a>
9999
</p>
100-
<p class="copyright">&copy;2014 studygolang.com 采用 <a href="http://golang.org" target="_blank">Go语言</a> + <a href="http://www.mysql.com/" target="_blank">MYSQL 构建</a>
100+
<p class="copyright">&copy;2013-2015 studygolang.com 采用 <a href="http://golang.org" target="_blank">Go语言</a> + <a href="http://www.mysql.com/" target="_blank">MYSQL 构建</a>
101101
&nbsp;&nbsp;当前在线:<span id="onlineusers">30</span>人&nbsp;&nbsp;历史最高:<span id="maxonline">300</span>
102102
<br/>中国 Golang 社区,Go语言学习园地,致力于构建完善的 Golang 中文社区,Go语言爱好者的学习家园。
103103
京ICP备14030343号-1

websites/code/studygolang/template/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ <h3><a href="javascript:">学习资料</a></h3>
218218
<a href="https://github.com/astaxie/NPWG_zh" title="Network programming with Go — astaxie等译" target="_blank" class="video">【图书】《Network programming with Go》</a>
219219
<a href="http://jan.newmarch.name/go/zh/index.html" target="_blank" class="learn pull-right">开始阅读&gt;&gt;</a>
220220
</li>
221+
<li>
222+
<i></i>
223+
<a href="https://www.gitbook.io/book/codegangsta/building-web-apps-with-go" title="Building Web Apps with Go" target="_blank" class="video">【图书】《Building Web Apps with Go》</a>
224+
<a href="http://codegangsta.gitbooks.io/building-web-apps-with-go/" target="_blank" class="learn pull-right">开始阅读&gt;&gt;</a>
225+
</li>
221226
</ul>
222227
</div>
223228
</div>

0 commit comments

Comments
 (0)