golang 相关资料
golang 的安装使用
- 官网下载 建议1.6及以上版本,zip包下载后解压,windows下增加path路径。
- ide安装,下载goland、liteide或vscode
- 需要注意两个概念,在ide中需要配置:
- GOROOT 是Go的安装目录,(类似于java的JDK)
- GOPATH是我们的工作空间,保存go项目代码和第三方依赖包。
详细资料:
golang的环境安装 https://goframe.org/pages/viewpage.action?pageId=1114274
golang的学习资料
开源项目
- 基于goframe+ruoyi-ui+Vue+Element UI的后台管理系统 https://github.com/tiger1103/gfast
- 基于vite+vue3+gin开发基础平台 https://github.com/flipped-aurora/gin-vue-admin
- gf框架的管理后台 https://github.com/goflyfox/gmanager
- Gin+Vue+ElementUI管理系统脚手架 https://github.com/go-admin-team/go-admin
- go-gin-api
- 轻量级微服务框架-kratos
- 小巧的api/web开发框架 https://github.com/go-eagle/eagle
- mysql+redis+http+mongodb+etc等抓包请求并解析成相 https://github.com/40t/go-sniffer
- golang的脚本语言
其他资料
- golang的反向代理 负载均衡
- 解析MongoDBoplog
- gout 是http client领域的瑞士军刀 https://github.com/guonaihong/gout
- Simple HTTP+REST 包 https://github.com/go-resty/resty
- push notification server消息推送服务 https://github.com/appleboy/gorush
- go xlsx工具 https://github.com/tealeg/xlsx
- go excelize 工具 https://github.com/qax-os/excelize