# go-micro-shippy **Repository Path**: whello/go-micro-shippy ## Basic Information - **Project Name**: go-micro-shippy - **Description**: go-micro 实践, 参考系列文章 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://wuyin.io/2018/05/12/microservices-part-2-use-go-micro-and-dockerising/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-micro-shippy #### Description This is a go-micro practice project, read this blog. I is newer to golang. #### Software Architecture Software architecture description #### Installation 1. go env 2. docker 3. reference doc [go-micro](http://https://micro.mu/docs/cn/index.html) 4. `pip install cookiecutter` for generating app/service in folder srv, the cookiecutter template is [here](https://github.com/lacion/cookiecutter-golang) #### Instructions 1. reference [tutorial](https://ewanvalentine.io/microservices-in-golang-part-1/) 2. git clone --recursive https://gitee.com/whello/go-micro-shippy.git or: git clone https://gitee.com/whello/go-micro-shippy.git git submodule init git submodule update #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. just init 2. TODO