vsouza / pug

Golang service API skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pug

A simple golang service skeleton

Build Status

Includes

  • Apex/Log
  • codegansta/negroni
  • BurntSushi/toml
  • gorilla (mux, context..)
  • spf13/viper

Installation

go get github.com/tools/godep
make deps

Usage example

curl -v http://localhost:5000/health

Development setup

This project is under Go 1.6, make sure you have correct version installed.

Release History

  • 0.0.1
    • Work in progress

Meta

Vinicius Souza – @iamvsouzahi@vsouza.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/vsouza

About

Golang service API skeleton


Languages

Language:Go 96.7%Language:Makefile 3.3%