# fw-go-learning **Repository Path**: gitxys/fw-go-learning ## Basic Information - **Project Name**: fw-go-learning - **Description**: go 学习(成长之路),这是一本学习Go 语言的教程,涉及基础语法、redis、mongo、mysql、restful api、gorm、xorm、zap、gin、iris、echo、beego、项目实战、微服务应用等 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.kancloud.cn/xuyisu/goweb/2635897 - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 5 - **Created**: 2022-02-05 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, goweb, Gin, Iris, echo ## README # go 学习之路 从hello world 开始到了解常用的框架,最终可以自己轻松用Go 写项目,来试试吧 ### 涉及的内容包含如下表格 | 模板 | 功能点 | 状态 | | ------ | -------------- | -------- | | 基础 | 基础语法 | 完成 | | 基础 | 数据类型 | 完成 | | 基础 | 指针 | 完成 | | 基础 | 面向对象 | 完成 | | 基础 | 反射 | 完成 | | 基础 | 单元测试 | 完成 | | 基础 | 日志处理 | 完成 | | 进阶 | Http请求 | 完成 | | 进阶 | Session | 完成 | | 进阶 | Cookie | 完成 | | 进阶 | Header | 完成 | | 进阶 | Go-Mysql | 完成 | | 进阶 | Go-Redis | 完成 | | 进阶 | Go-MongoDB| 完成 | | 进阶 | Go-xorm | 完成 | | 进阶 | Go-gorm | 完成 | | 进阶 | 文件处理 | 完成 | | 高级 | 并发编程 | 完成 | | 高级 | Socket | 完成 | | 高级 | Gin 框架 | 完成 | | 高级 | BeeGo 框架 | 完成 | | 高级 | Iris 框架 | 完成 | | 高级 | Echo 框架 | 完成 | | 实战 | Gin 框架-vue | 计划中 | | 实战 | BeeGo 框架-vue | 完成 | | 实战 | 微服务 | 计划中 | ### 项目运行环境 | go | 1.15+ | | ------------ | ------ | | mysql | 5.7+ | | redis | 6.2.1 | | mongodb | latest | ### 阅读地址 [阅读地址](https://www.kancloud.cn/xuyisu/goweb/2635897) ### 代码运行 ```go git clonne https://github.com/xuyisu/fw-go-learning.git 或 https://gitee.com/gitxys/fw-go-learning.git cd fw-go-learning go mod tidy ``` **star一下,支持一下作者**