Golang

一门开源编程语言,构建简单、可靠、高效软件。

官网:golang.org

应用框架

配置

切换代理

$ export GO111MODULE=on
$ export GOPROXY=https://goproxy.cn

推荐阅读