Skip to content

Instantly share code, notes, and snippets.

@5idu
Created April 15, 2019 14:45
Show Gist options
  • Save 5idu/32be0216668411c4a1cfa66e3e963ae0 to your computer and use it in GitHub Desktop.
Save 5idu/32be0216668411c4a1cfa66e3e963ae0 to your computer and use it in GitHub Desktop.
函数传递小知识点
### 函数传递是传值还是传引用
**Go中是没有引用传递的**
- 基础类型是对值拷贝传递
- 引用类型是对指针拷贝传递
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment