golang-tutorial icon indicating copy to clipboard operation
golang-tutorial copied to clipboard

Golang learning record

Go快速上手

食用指南

  • 本教程适合想快速了解和上手Golang的读者, 尤为适合学习过其它语言后想学习Golang的读者。
  • 本教程中许多编程概念默认读者已经了解或知道, 编程 0 基础读者不建议食用。
  • 本教程重点讲解在实战中Golang常用的语法和特性,系统全面学习Golang需要读者持续学习其余教程。

安装

git clone [email protected]:Zhouchaowen/golang-tutorial.git

目录

关键字

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

标识符

append  bool    byte    cap     close  complex complex64 complex128 uint16
copy    false   float32 float64 imag   int     int8      int16      uint32
int32   int64   iota    len     make   new     nil       panic      uint64
print   println real    recover string true    uint      uint8      uintptr

公众号

wechat

参考

参考文件