Skip to content

Minor typo in notes #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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