Skip to content

Skeleton application, based Gorilla web toolkit golang

Notifications You must be signed in to change notification settings

harymindiar/mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini

Skeleton application, based Gorilla Go web toolkit + Negroni as Middleware HTTP.

I'm just try to organize the routes and services (inspired by service container from Vertebrae)

How to run

$ glide instal
$ go build main.go
$ ./main

Tips

Middleware, how we deal with Middleware by specific routes using Negroni, here the link-article-middleware

About

Skeleton application, based Gorilla web toolkit golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages