Skip to content

amitinfo2k/go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

go-example

This is simple go example project for learning

Setup development environment for developing go application and bundle it as micro services

Requirement

OS : Ubuntu Xenial 16.04 (64 bit)

Install docker

scripts/install-docker.sh

Install golang

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/

Install gRPC,Protoc,protoc-gen-go

scrips/install-grpc-deps.sh

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages