📄️ quick overview
command line
📄️ basic type
数据在内存中是怎样表现的
📄️ iota
定义
📄️ rune
定义
📄️ struct
go语言支持类的操作,但是没有class关键字,使用struct来模拟类
📄️ pointer
前言
📄️ channel
Channel
📄️ function_interface
normal function
📄️ interface
📄️ escape sequence
转义字符
📄️ error handling
一个异常实例
📄️ terminal
从终端接收用户输入
📄️ concept
- 函数是一等公民:那就意味着函数可以做参数,返回值,甚至是struct成员