Skip to content
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

Go 基础知识纪要【draft】 — WalkingSun #51

Open
WalkingSun opened this issue Oct 8, 2019 · 0 comments
Open

Go 基础知识纪要【draft】 — WalkingSun #51

WalkingSun opened this issue Oct 8, 2019 · 0 comments

Comments

@WalkingSun
Copy link
Owner

https://walkingsun.github.io/WindBlog/2019/09/26/go-program/

多重赋值多重赋值时,变量的左值和右值按从左到右的顺序赋值var a int = 100b := 200b,a = a,b # 实现交换

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant