提交 96d070a6 编写于 作者: 写代码的明哥's avatar 写代码的明哥

Update:更新一些优质的 Go 学习的网站

上级 925ad65f
......@@ -86,6 +86,12 @@ Goland 下载地址:https://download.jetbrains.com/go/goland-2019.2.3.exe
![](http://image.python-online.cn/20200127192512.png)
可先的代理有如下(注意后面的 direct 不要删除)
- `https://goproxy.io`
- `https://goproxy.cn`
- `https://mirrors.aliyun.com/goproxy/`
设置 goimports(自动格式化插件),如果 你之前 没有安装 ,会提示你点击 `yes` 下载安装 。
![](http://image.python-online.cn/20200127192748.png)
......@@ -100,6 +106,10 @@ Goland 下载地址:https://download.jetbrains.com/go/goland-2019.2.3.exe
![](http://image.python-online.cn/20200102225550.png)
另:有关 Golang 最新版的破解教程,请关注这个博客:https://zhile.io
## 3. 配置 VS Code 环境
提前设置用户级的环境变量
......
......@@ -101,6 +101,12 @@ Go运行器。
|image14|
可先的代理有如下(注意后面的 direct 不要删除)
- ``https://goproxy.io``
- ``https://goproxy.cn``
- ``https://mirrors.aliyun.com/goproxy/``
设置 goimports(自动格式化插件),如果 你之前 没有安装 ,会提示你点击
``yes`` 下载安装 。
......@@ -117,6 +123,8 @@ Go运行器。
|image17|
另:有关 Golang 最新版的破解教程,请关注这个博客:https://zhile.io
3. 配置 VS Code 环境
--------------------
......
......@@ -238,6 +238,7 @@ GOPATH 做为 Golang 的第一个包管理模式,只能保证你能用,但
- [Go语言之依赖管理](https://www.cnblogs.com/Dr-wei/p/11742253.html)
- [Go 包依赖管理工具 —— govendor](https://shockerli.net/post/go-package-manage-tool-govendor/)
- [Go Modules 终极入门](https://mp.weixin.qq.com/s/fNMXfpBhBC3UWTbYCnwIMg) (强烈推荐煎鱼大佬的文章)
- [何处安放我们的 Go 代码](https://liujiacai.net/blog/2019/10/24/go-modules/)
......
......@@ -302,6 +302,8 @@ go vender 械管理,除此之外,任何 Gopher 应该从此刻就投入 go m
- `Go Modules
终极入门 <https://mp.weixin.qq.com/s/fNMXfpBhBC3UWTbYCnwIMg>`__
(强烈推荐煎鱼大佬的文章)
- `何处安放我们的 Go
代码 <https://liujiacai.net/blog/2019/10/24/go-modules/>`__
--------------
......
# 3.10 推荐几个Go学习网站
# 5.1 推荐几个Go学习网站
1、用小例子来学习 Go 语言
......@@ -16,3 +16,28 @@ https://wiki.jikexueyuan.com/project/go-command-tutorial/0.0.html
http://www.topgoer.com/
5、Keep Coding 有几篇非常不错的文章
https://liujiacai.net/
[写给新手的 Go 开发指南](https://liujiacai.net/blog/2019/07/17/hello-golang/)
[何处安放我们的 Go 代码](https://liujiacai.net/blog/2019/10/24/go-modules/)
[Go struct/interface 最佳实践](https://liujiacai.net/blog/2020/03/14/go-struct-interface/)
6、Go 语言入门教程
[Go语言入门教程](http://c.biancheng.net/golang/)
7、Go命令教程(赫林)
https://hyper0x.github.io/go_command_tutorial/#/
如何使用 go modules 导入本地包
https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w
\ No newline at end of file
3.10 推荐几个Go学习网站
=======================
5.1 推荐几个Go学习网站
======================
1、用小例子来学习 Go 语言
......@@ -16,3 +16,28 @@ https://wiki.jikexueyuan.com/project/go-command-tutorial/0.0.html
4、topgoer
http://www.topgoer.com/
5、Keep Coding 有几篇非常不错的文章
https://liujiacai.net/
`写给新手的 Go
开发指南 <https://liujiacai.net/blog/2019/07/17/hello-golang/>`__
`何处安放我们的 Go
代码 <https://liujiacai.net/blog/2019/10/24/go-modules/>`__
`Go struct/interface
最佳实践 <https://liujiacai.net/blog/2020/03/14/go-struct-interface/>`__
6、Go 语言入门教程
`Go语言入门教程 <http://c.biancheng.net/golang/>`__
7、Go命令教程(赫林)
https://hyper0x.github.io/go_command_tutorial/#/
如何使用 go modules 导入本地包
https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册