Just to understand go-lang by implementing a simple service.
-
Clone the application or get installed through go
git clone https://github.com/banothurameshnaik/go-lang.git
or
go get github.com/banothurameshnaik/go-lang
-
Move to application folder
cd /<GO_PATH>/go-lang
or
cd /<GO_PATH>/github.com/banothurameshnaik/go-lang
-
Start the application
make start