# Golang Web Services and Gin

I've been using GoLang to build [IndieScrobble](https://github.com/ravenscroftj/indiescrobble)

### Live Reload

I use [this package](https://github.com/codegangsta/gin) to live-reload my application as I make changes to it.