Skip to content

Commit

Permalink
bbb
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanCN committed Nov 20, 2023
1 parent cde2242 commit 78e094e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/study/program/Golang/Golang依赖库代理.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### 脚本
<!-- ### 脚本
```shell
go env -w GOPROXY=https://goproxy.cn
```
### 常用代理地址
https://goproxy.cn:由 Go 社区提供的中国境内的代理服务器,支持 Go 1.13 及以上版本。
- https://goproxy.cn:由 Go 社区提供的中国境内的代理服务器,支持 Go 1.13 及以上版本。
https://mirrors.aliyun.com/goproxy/:阿里云提供的代理服务器,速度较快,支持 Go 1.13 及以上版本。
- https://mirrors.aliyun.com/goproxy/:阿里云提供的代理服务器,速度较快,支持 Go 1.13 及以上版本。
https://goproxy.io:由 GOPROXY.IO 提供的全球加速的代理服务器,支持 Go 1.13 及以上版本。
- https://goproxy.io:由 GOPROXY.IO 提供的全球加速的代理服务器,支持 Go 1.13 及以上版本。
https://proxy.golang.org:由 Google 提供的官方代理服务器,支持 Go 1.11 及以上版本。
- https://proxy.golang.org:由 Google 提供的官方代理服务器,支持 Go 1.11 及以上版本。 -->
4 changes: 2 additions & 2 deletions docs/study/program/Golang/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Golang
<!-- # Golang
### Go 语言设计初衷
Expand Down Expand Up @@ -53,4 +53,4 @@
### GC
- [知乎-Golang 内存管理之 GC](https://zhuanlan.zhihu.com/p/593008674?utm_id=0)
- [知乎-Golang 内存管理之 GC](https://zhuanlan.zhihu.com/p/593008674?utm_id=0) -->

0 comments on commit 78e094e

Please sign in to comment.