Go https://golang.org >= 1.9 Dep https://github.com/golang/dep >= 0.3.0
// install dependencies.
make dep
// build
make build
Go https://golang.org >= 1.9 Dep https://github.com/golang/dep >= 0.3.0
// install dependencies.
make dep
// build
make build