mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 22:06:51 +08:00
97 lines
4.5 KiB
HTML
97 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset='utf-8'>
|
||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
|
||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
||
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
||
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
||
|
||
<title>The-way-to-go_ZH_CN by Unknwon</title>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<header>
|
||
<div class="container">
|
||
<h1>The-way-to-go_ZH_CN</h1>
|
||
<h2>《The Way to Go》中文译本,中文正式名《Go入门指南》</h2>
|
||
|
||
<section id="downloads">
|
||
<a href="https://github.com/Unknwon/the-way-to-go_ZH_CN/zipball/master" class="btn">Download as .zip</a>
|
||
<a href="https://github.com/Unknwon/the-way-to-go_ZH_CN/tarball/master" class="btn">Download as .tar.gz</a>
|
||
<a href="https://github.com/Unknwon/the-way-to-go_ZH_CN" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
||
</section>
|
||
</div>
|
||
</header>
|
||
|
||
<div class="container">
|
||
<section id="main_content">
|
||
<h1>《Go入门指南》</h1>
|
||
|
||
<p>在接触 Go 语言之后,对这门编程语言非常着迷,期间也陆陆续续开始一些帮助国内编程爱好者了解和发展 Go 语言的工作,比如开始录制视频教程<a href="https://github.com/Unknwon/go-fundamental-programming">《Go编程基础》</a>。但由于目前国内并没有比较好的 Go 语言书籍,而国外的优秀书籍因为英文的缘故在一定程度上也为不少 Go 语言爱好者带来了一些学习上的困扰,不仅为了加快扩散 Go 爱好者的国内群体,同时充分贯彻 <a href="https://github.com/astaxie">Asta谢</a> 的为己为人精神,本人在完成阅读这本名叫《The Way to Go》之后,决定每天抽出一点时间来进行翻译的工作,并且以开源的形式免费分享给有需要的 Go 语言爱好者。</p>
|
||
|
||
<p>尽管该书对目前 Go 语言版本来说有小部分内容相对过时,但是为当下不可多得的好书,部分内容已获得作者同意根据当前 Go 语言版本进行修改。</p>
|
||
|
||
<p>该翻译版本已获得原作者(Ivo Balbaert)本人授权,并表示支持开源事业的发展!</p>
|
||
|
||
<h2>翻译进度</h2>
|
||
|
||
<p>2.6 <a href="eBook/02.6.md">安装目录清单</a></p>
|
||
|
||
<h2>支持本书</h2>
|
||
|
||
<p>如果你喜欢本书《Go入门指南》,你可以参与到本书的翻译或纠正工作中来,一同完善本书并帮助壮大 Go 语言在国内的学习群体,给大家提供更好的学习资源。</p>
|
||
|
||
<h2>交流</h2>
|
||
|
||
<p>欢迎大家加入QQ群:259316004(不要被群名字迷惑了,这里牛人可多了)</p>
|
||
|
||
<p>Golang中文社区:<a href="http://mygolang.com">mygolang.com</a></p>
|
||
|
||
<p>Go语言学习园地:<a href="http://studygolang.com/">studygolang.com</a></p>
|
||
|
||
<p>Golang中国:<a href="http://www.golang.tc/">golang.tc</a></p>
|
||
|
||
<h3>新人守则</h3>
|
||
|
||
<ul>
|
||
<li>2012 年 3 月 28 日以前的博文中的内容基本过时,不要再看</li>
|
||
<li>符合等式 <strong><em>百度+思考+失败+翻墙+谷歌+尝试=解决</em></strong> 的问题最好不要发问</li>
|
||
<li>不要问 Go 现在的发展前景如何</li>
|
||
<li>不要问学习 Go 语言能不能找到工作</li>
|
||
<li>不要问现在 Go 语言有哪些实际应用</li>
|
||
</ul><h2>致谢</h2>
|
||
|
||
<ul>
|
||
<li>本书原作者:Ivo Balbaert</li>
|
||
<li>协助翻译:
|
||
|
||
<ul>
|
||
<li><a href="https://github.com/zhanming">zhanming</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul><h2>授权许可</h2>
|
||
|
||
<p>除特别声明外,本书中的内容使用 <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0 License</a>(创作共用 署名-相同方式共享0 许可协议)授权,代码遵循 <a href="https://github.com/astaxie/build-web-application-with-golang/blob/master/LICENSE.md">BSD 3-Clause License</a>(3 项条款的 BSD 许可协议)。</p>
|
||
|
||
<h2>开始阅读</h2>
|
||
|
||
<p><a href="./eBook/preface.md">前言</a></p>
|
||
</section>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||
</script>
|
||
<script type="text/javascript">
|
||
try {
|
||
var pageTracker = _gat._getTracker("UA-40109089-1");
|
||
pageTracker._trackPageview();
|
||
} catch(err) {}
|
||
</script>
|
||
|
||
</body>
|
||
</html> |