Skip to content

Latest commit

 

History

History

negroni

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Negroni integration

This is an example of basic Negroni app with Airbrake middleware that reports route stats.

How to run API

go run *.go -env=production -airbrake_project_id=123456 -airbrake_project_key=FIXME

Visit http://127.0.0.1:8080/hello/{name}