-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60977a9
commit c92949b
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ next | |
|
||
## Golang | ||
|
||
1. [go](./go.md) | ||
|
||
## Python | ||
|
||
## Java | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Go | ||
|
||
官方文档:https://go.dev/ | ||
|
||
## 什么是 Go 语言? | ||
|
||
1. 高性能、高并发 | ||
2. 语法简单、学习曲线平缓 | ||
3. 丰富的标准库 | ||
4. 完善的工具链 | ||
5. 静态链接 | ||
6. 快速编译 | ||
7. 跨平台 | ||
8. 垃圾回收 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters