Files
build-web-application-with-…/2.md
2012-09-03 14:29:15 +08:00

30 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2 GO语言基础
## 目录
* 1. [你好GO](2.1.md)
* 2. [GO基础](2.2.md)
* 3. [流程和函数](2.3.md)
* 4. [struct类型](2.4.md)
* 5. [面向对象](2.5.md)
* 6. [interface](2.6.md)
* 7. [并发](2.7.md)
* 8. [小结](2.8.md)
GO是一门类似C的编译性语言但是他的编译速度非常快这门语言的关键字加起来也就二十五个比英文字母的二十六还少一个这对于我们来说学习就变得简单了很多先让我们看一眼这些关键字都长成怎么样
break default func interface select
case defer go map struct
chan else goto package switch
const fallthrough if range type
continue for import return var
在接下来的这一章里面我将带领你去了解这门语言的基础通过每个小节的介绍你将会了解到GO的世界是那么的简洁设计是如此的美妙编写GO将会是一件愉快的事情回过头来你就会发现上面这二十五个关键字是那么的亲切。
## links
* [目录](<preface.md>)
* 上一章: [第一章总结](<1.5.md>)
* 下一节: [你好GO](<2.1.md>)
## LastModified
* $Id$