https://github.com/bigcui/study-golang
强制每天学一点
https://github.com/bigcui/study-golang
Last synced: about 1 year ago
JSON representation
强制每天学一点
- Host: GitHub
- URL: https://github.com/bigcui/study-golang
- Owner: bigcui
- Created: 2022-07-18T12:36:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T12:58:21.000Z (about 4 years ago)
- Last Synced: 2025-06-05T18:07:44.978Z (about 1 year ago)
- Language: Go
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-golang
强制每天学一点
自动垃圾回收
更丰富的内置类型
函数多返回值
错误处理
匿名函数和闭包
类型和接口
并发编程
反射
语音交互性
-----------
go run 执行
go build --> 二进制文件