From 5a820cdf7f76b5abc81fc51c03322859b59bef57 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Wed, 31 Aug 2022 10:10:56 +0800 Subject: [PATCH] fix --- doc/go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go.md b/doc/go.md index ddb9119..15e04ec 100644 --- a/doc/go.md +++ b/doc/go.md @@ -8,6 +8,7 @@ - 官网:[https://golang.org/](https://golang.org/) - 官网中文:[https://go-zh.org/](https://go-zh.org/) +- Go Packages:[https://pkg.go.dev/](https://pkg.go.dev/) - 官网中文:[https://golang.google.cn/](https://golang.google.cn/) - Golang标准库文档 [https://studygolang.com/pkgdoc](https://studygolang.com/pkgdoc) - Go 语言教程 | 菜鸟教程 [https://www.runoob.com/go/go-tutorial.html](https://www.runoob.com/go/go-tutorial.html) -- GitLab