Added furnace to awesome-go. (#2129)

This commit is contained in:
Gergely Brautigam 2018-10-05 23:21:46 +02:00 committed by Avelino
parent 5713a743df
commit 91facb3c64

View File

@ -1748,6 +1748,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [fac](https://github.com/mkchoi212/fac) - Command-line user interface to fix git merge conflicts
* [Gitea](https://github.com/go-gitea/gitea) - Fork of Gogs, entirely community driven.
* [Go Metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics.
* [go-furnace](https://github.com/go-furnace/go-furnace) - Hosting solution written in Go. Deploy your Application with ease on AWS, GCP or DigitalOcean.
* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update.
* [gobrew](https://github.com/cryptojuice/gobrew) - gobrew lets you easily switch between multiple versions of go.
* [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application.