
golang
hanyren
这个作者很懒,什么都没留下…
展开
-
golang开发环境搭建
1.下载安装go语言:https://golang.org/ 2.配置环境变量: (1) go安装目录:GOROOT:C:\Go (2)GOPATH:E:\golang (3)GOPROXY:https://goproxy.io (4)GO111MODULE:on (5)Path追加:%GOROOT%\bin;%GOPATH%\bin ...原创 2020-03-03 11:08:41 · 222 阅读 · 0 评论 -
常用golang库
爬虫:https://github.com/gocolly/colly Redis:https://github.com/go-redis/redis 数据库ORM:https://github.com/jinzhu/gorm 支付宝支付:https://github.com/smartwalle/alipay/v3 微信支付:https://github.com/smartwalle/w...原创 2019-11-13 09:54:11 · 271 阅读 · 0 评论