Hacker News new | ask | show | jobs
by jackseviltwin 4598 days ago
I took a look at a few of the go rest frameworks and settled on https://github.com/emicklei/go-restful. It seems like it's the most feature complete and mature of the pack. I'm playing around with a go-restful and gorp (orm-ish library in go) combination at the moment.

I found this project (https://github.com/jmcvetta/lgtts) that has managed to integrate go-restul/gorp and is also setup so it can be deployed to heroku.

1 comments

Thanks, go-restful looks awesome. Definitely going to play around with it!