Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Day01-15(Go语言基础)/day02_基本语法.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ name := value
// 例如
var a int = 10
var b = 10
c : = 10
c := 10
```

> 这种方式它只能被用在函数体内,而不可以用于全局变量的声明与赋值
Expand Down Expand Up @@ -314,4 +314,4 @@ https://www.bilibili.com/video/av47467197

源代码:

https://github.com/rubyhan1314/go_foundation
https://github.com/rubyhan1314/go_foundation