> 本文参考 [**嗨客网**](https://haicoder.net) 的 [**Go语言教程**](https://haicoder.net/golang/golang-tutorial.html)
# **Go语言基本语法**
## **前言**
我们在学习一门编程语言,最开始拥有一个清晰的学习路线,是十分重要的,只有知道了自己需要学什么,才能更好的激发学习的激情。学习就像是我们在玩游戏时去打副本,而学习路线就如同主线任务一般,在主线任务中能够知道这个副本有哪些装备,知道这些装备的属性加成,能够一步一步提升自己的等级。
当学习了 N+ 个知识点后,我们会感觉到一丝混乱,不知道这些东西,到底有什么用?那么此时看一下学习路线,将这些知识点串起来,这时候会有意想不到的结果!
本专题是关于 **[Golang 学习路线](https://studygolang.com/topics/12247)** 中的第三个模块:Go语言基本语法。
## **正文**
本 **Go语言基本语法** 分为以下章节:
:one: **[Go HelloWorld详解](https://haicoder.net/golang/golang-helloworld.html)**
:two: **[Go语言转义字符](https://haicoder.net/golang/golang-escape-character.html)**
:three: **[Go语言注释](https://haicoder.net/golang/golang-comment.html)**
:four: **[Go语言变量](https://haicoder.net/golang/golang-variable.html)**
:five: **[Go语言变量初始化(一)](https://haicoder.net/golang/golang-variable-init.html)**
:six: **[Go语言变量初始化(二)](https://haicoder.net/golang/golang-variable-init2.html)**
:seven: **[Go语言变量初始化(三)](https://haicoder.net/golang/golang-variable-init3.html)**
:eight: **[Go语言多变量初始化(一)](https://haicoder.net/golang/golang-multi-variable-init.html)**
:nine: **[Go语言多变量初始化(二)](https://haicoder.net/golang/golang-multi-variable-init2.html)**
:keycap_ten: **[Go语言多变量赋值](https://haicoder.net/golang/golang-multi-variable-assign.html)**
:one::one: **[Go语言匿名变量](https://haicoder.net/golang/golang-anonymous-variable.html)**
:one::two: **[Go语言变量作用域](https://haicoder.net/golang/golang-variable-scope.html)**
:one::three: **[Go语言数据类型]()**
:one::four: **[Go语言整型(int 整数类型)](https://haicoder.net/golang/golang-int.html)**
:one::five: **[Go语言浮点(float)类型(小数类型)](https://haicoder.net/golang/golang-float.html)**
:one::six: **[Go语言复数(complex)类型](https://haicoder.net/golang/golang-complex.html)**
:one::seven: **[Go语言字符(byte rune)类型](https://haicoder.net/golang/golang-byte.html)**
:one::eight: **[Go语言布尔(bool)类型](https://haicoder.net/golang/golang-bool.html)**
:one::nine: **[Go语言字符串(string)类型](https://haicoder.net/golang/golang-string.html)**
:two::zero: **[Go语言指针类型](https://haicoder.net/golang/golang-pointer.html)**
:two::one: **[Go语言类型转换](https://haicoder.net/golang/golang-typecast.html)**
:two::two: **[Go语言int转string类型](https://haicoder.net/golang/golang-int-string.html)**
:two::three: **[Go语言float转string类型](https://haicoder.net/golang/golang-float-string.html)**
:two::four: **[Go语言string转int](https://haicoder.net/golang/golang-string-int.html)**
:two::five: **[Go语言string转float](https://haicoder.net/golang/golang-string-float.html)**
:two::six: **[Go语言标识符](https://haicoder.net/golang/golang-identifier.html)**
:two::seven: **[Go语言常量(const)](https://haicoder.net/golang/golang-const.html)**
:two::eight: **[Go语言常量(iota)](https://haicoder.net/golang/golang-iota.html)**
:two::nine: **[Go语言枚举](https://haicoder.net/golang/golang-enum.html)**
:three::zero: **[Go语言类型别名(Type)](https://haicoder.net/golang/golang-typedef.html)**
## **后续**
**首页**:**[Golang 学习路线](https://studygolang.com/topics/12247)**
**第四章**:**[Go语言运算符](https://studygolang.com/topics/12254)**
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.3更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)