# go-zero-mall-mock **Repository Path**: xmlgrg/go-zero-mall-mock ## Basic Information - **Project Name**: go-zero-mall-mock - **Description**: 跟着老哥学习《带你十天轻松搞定 Go 微服务系列》, 老哥做商品订单系统、So,俺就做资产票务系统。 老哥链接: https://zhuanlan.zhihu.com/p/461604538 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-19 - **Last Updated**: 2023-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 跟着老哥学习《带你十天轻松搞定 Go 微服务系列》, 老哥做商品订单系统、So,俺就做资产票务系统。 老哥链接: https://zhuanlan.zhihu.com/p/461604538 ### 效果截图 ![服务监控效果](resource/granfa.png) ### 环境启动 ```bash git clone git@gitee.com:gnome_375/go-zero-mall-mock.git cd go-zero-mall-mock/utilize docker-compose up -d docker exec -it utilize_golang_1 bash cd service # 启动api和RPC ./utilize.sh # 关闭api和RPC ./remission.sh ``` ### 复杂的分布式事务流程梳理 ![Complex distributed transaction](resource/QQ%E6%88%AA%E5%9B%BE20221123164712.png) ##### inquiry 1 ``` warning: LF will be replaced by CRLF in assembly/go.mod. The file will have its original line endings in your working directory .... ``` ###### settle ``` git rm -r --cached . git config core.autocrlf false git add . ```