Minimize Installation

  1. Install go 1.8+
  2. Clone the project
git clone git@github.com:go-chassis/go-chassis.git
  1. Use dep to download dependencies
cd go-chassis
# behind a proxy, you need setup a http proxy server
# export https_proxy=xxx
dep ensure
  1. Install go-chassis service-center

Use RPC communication

Install protobuff 3.2.0 https://github.com/google/protobuf

Install https://github.com/golang/protobuf