Skip to content

banothurameshnaik/go-lang-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Go-Lang Application

Just to understand go-lang by implementing a simple service.

Getting Started

  1. 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
  2. Move to application folder

    cd /<GO_PATH>/go-lang

    or

    cd /<GO_PATH>/github.com/banothurameshnaik/go-lang
  3. Start the application

    make start

Reference

Environment variables

HTTP Server

Logger

Routing