Now you can Subscribe using RSS

Submit your Email

2017/10/24

Golang http 使用

asd
Golang 中的 http 包非常的完善
想要使用 Golang 來架設網站也非常的方便
我們只需要使用到 net/http 與 io 包就可以達成一個 web app 的實現

2017/10/19

Golang dep 使用

asd
目前 golang 上可以使用的套件管理工具之一 dep Github
使用方法如下
$go get -u -v github.com/golang/dep/cmd/dep
先把 dep 用go get 抓下來
抓下來後使用以下指令確認一下
$ dep version
dep:
 version     : devel
 build date  : 
 git hash    : 
 go version  : go1.9.1
 go compiler : gc
 platform    : linux/amd64

Coprights @ 2016, Blogger Templates Designed By Templateism | Templatelib