Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 882 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (22 loc) · 882 Bytes

Contribute to go chassis

  1. read how to contribute
  2. read roles
  3. learn from articles

Get Started

  1. Fork the repository on GitHub
  2. Install go
  3. Clone the project
  4. Download vendors
cd go-chassis
export GO111MODULE=on 
go mod download
#optional
export GO111MODULE=on 
go mod vendor

NOTICE:if you do not use mod, We can not ensure you the compatibility. however you can still maintain your own vendor, which means you have to solve compiling issue your own.

  1. Install service-center

For more information about go chassis, read github wiki page