
Go
Oliverlyn
学习是一个漫长的过程!长到从出生到死亡……
唯有对新知识、新技术保持激情才能长生不老!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
APT and Snapd and Cargo and Git and go tools Config
Shell Env Set # git config --global http.proxy http:/proxy_ip:port # git config --global https.proxy https://proxy_ip:port Git Configure # cat ~/.gitconfig [http] proxy = http://proxy_ip:port [ht...原创 2020-02-14 20:34:08 · 347 阅读 · 0 评论 -
golang Install and Configuration
Golang Install 1. Download go1.8.3 First,download the go program from the site: https://dl.google.com/go/go1.8.3.linux-amd64.tar.gz 2. Install into dir tar -xvf go1.8.3.linux-amd64.tar.gz...原创 2018-02-18 22:39:43 · 726 阅读 · 0 评论