# go-project **Repository Path**: hey-u/go-project ## Basic Information - **Project Name**: go-project - **Description**: Golang学习记录 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GO-PROJECT 该项目代码是学习Go语言过程中实操的记录,包括基础语法、项目案例、Redis、算法等等 ## 项目目录 1. 基础语法、算法 ```bash go-project/src/go_code/ . |-- accountItem # 家庭收支记账项目 |-- algorithm # 算法案例 |-- argsFlagDemo |-- argsdemo |-- array |-- assert |-- assert02 |-- channel |-- chatroom # 多人聊天系统 |-- customerItem # 客户信息管理系统 |-- demo01 |-- demo02 |-- embed |-- embedinteerface02 |-- embedinterface |-- errordo |-- extenddemo |-- extenddemo02 |-- file |-- fn |-- gin_web |-- goroutine |-- ifforswitch |-- interface |-- interfaceAndextend |-- interfaceassert |-- interfacedemo02 |-- interfacedemo03 |-- interfacedemo04 |-- interfacedemo05 |-- interfaceexercise |-- json |-- map |-- methoddemo01 |-- methoddemo02 |-- methoddemo03 |-- oopdemo01 |-- pointer |-- project01 |-- project02 |-- project03 |-- pubsymbol |-- recursion |-- redis |-- reflect # 反射 |-- slice |-- stack |-- string |-- struct |-- tcpdemo `-- unittest # 单元测试 ``` ## 提交代码到远程仓库 ``` git push github master git push gitee master ``` ## 个人Golang知识库 [Golang](https://www.yuque.com/xiaojt/tdnh19) ## related - [vscode插件设置](https://www.yuque.com/xiaojt/tdnh19/szipwz) - [Go语言之讲解GOROOT、GOPATH、GOBIN](https://www.yuque.com/xiaojt/tdnh19/xo0idy) - [go mod](https://www.yuque.com/xiaojt/tdnh19/hksrla)