Skip to content

helloshaohua/code-sinppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang 代码片段

Go语言字符串

Go语言指针

常量

类型别名

反射

流程控制

Go语言函数

Go语言语法糖

  • 函数可变参数列表func(users ...User)
  • 数组可变长度值 [...]int
  • 访问结构体指针的成员变量 player := new(Player) player.Name => (*player).Name

Go语言结构体

Go语言接口

Go语言包

Go语言并发

Go语言反射

Go语言网络编程

About

Golang代码片段

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published