# README
Gin integration
This is an example of basic Gin app with Airbrake middleware that reports route stats.
How to run API
cd $GOPATH/src/github.com/airbrake/gobrake/examples/gin
go run *.go -env=production -airbrake_project_id=123456 -airbrake_project_key=FIXME