This is simple go example project for learning
Setup development environment for developing go application and bundle it as micro services
OS : Ubuntu Xenial 16.04 (64 bit)
scripts/install-docker.sh
https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz
- Download unzip and add go/bin directory in PATH variable
- Create a directory GOROOT e.g. /root/GOROOT/
- and set environment variable GOPATH e.g. export GOPATH=/root/GOROOT/
scrips/install-grpc-deps.sh