### golang 相关资料 --- #### golang 的安装使用 - [官网下载](https://go.dev/dl/) 建议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的学习资料 - [基础资料汇总](http://books.studygolang.com/) [go语言圣经](http://shouce.jb51.net/gopl-zh/ch0/ch0-01.html) [学习代码](https://github.com/pibigstar/go-demo) [够浪](https://www.yuque.com/baxiang/go) [23种设计模式](https://github.com/i-coder-robot/design-patterns-in-golang) - [Go 高性能编程技法](https://mp.weixin.qq.com/s?__biz=MjM5ODYwMjI2MA==&mid=2649769371&idx=1&sn=2aa88c3a960edeeeac98fbbe741e5207&chksm=beccd6e089bb5ff6e1f9c915f40af886cb00c42668395e1d13bb0fa53d254a712a1cc510eabd&mpshare=1&scene=1&srcid=0318q1rPFp4U6Vu2pZe4R8ne&sharer_sharetime=1647559513091&sharer_shareid=b711e5761c310e0558e45ab00cf0e304&version=4.0.2.6061&platform=win#rd) - [xweb项目](https://github.com/loop321/xweb) - [go-zero 文档](https://go-zero.dev/) [git地址](https://github.com/zeromicro/go-zero) - [go-frame文档](https://goframe.org/pages/viewpage.action?pageId=1114399) [git地址](https://github.com/gogf/gf) - [go-orm](https://gorm.io/zh_CN/docs/index.html) #### 开源项目 - [基于goframe+ruoyi-ui+Vue+Element UI的后台管理系统](https://github.com/tiger1103/gfast) https://github.com/tiger1103/gfast - [基于vite+vue3+gin开发基础平台](https://github.com/flipped-aurora/gin-vue-admin) https://github.com/flipped-aurora/gin-vue-admin - [gf框架的管理后台](https://github.com/goflyfox/gmanager) https://github.com/goflyfox/gmanager - [Gin+Vue+ElementUI管理系统脚手架](https://github.com/go-admin-team/go-admin) https://github.com/go-admin-team/go-admin - [小巧的api/web开发框架](https://github.com/go-eagle/eagle) https://github.com/go-eagle/eagle - [mysql+redis+http+mongodb+etc等抓包请求并解析成相](https://github.com/40t/go-sniffer) https://github.com/40t/go-sniffer - golang的脚本语言 - [golang执行器-yaegi](https://github.com/traefik/yaegi) https://github.com/traefik/yaegi - [lua](https://github.com/Shopify/go-lua) https://github.com/Shopify/go-lua - [gopher-lua](https://github.com/yuin/gopher-lua) https://github.com/yuin/gopher-lua - [JavaScript ](https://github.com/robertkrimen/otto) https://github.com/robertkrimen/otto - [ECMAScript/JavaScript-engine](https://github.com/dop251/goja) https://github.com/dop251/goja #### 其他资料 - [golang的反向代理 负载均衡](https://github.com/sunlongv520/golang-loadbalance-reverseproxy) - [解析MongoDBoplog](https://github.com/gnokoheat/oplog) - [gout 是http client领域的瑞士军刀](https://github.com/guonaihong/gout) https://github.com/guonaihong/gout - [Simple HTTP+REST 包](https://github.com/go-resty/resty) https://github.com/go-resty/resty - [push notification server消息推送服务](https://github.com/appleboy/gorush) https://github.com/appleboy/gorush - [go xlsx工具](https://github.com/tealeg/xlsx) https://github.com/tealeg/xlsx - [go excelize 工具](https://github.com/qax-os/excelize) https://github.com/qax-os/excelize