diff --git a/.gitignore b/.gitignore index 57d9f90d..35289377 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - +www.md *.sublime-project *.sublime-workspace diff --git a/Articles.md b/Articles.md index ffb9738e..e120c869 100644 --- a/Articles.md +++ b/Articles.md @@ -81,6 +81,7 @@ Table of Contents ## Interfaces / OOP + * [Generics in Golang with Code Generation](http://blog.ralch.com/tutorial/golang-code-generation-and-generics/) _2015-10-18_ * [Composition with Go](http://www.goinggo.net/2015/09/composition-with-go.html) _2015-09-13_ * [Sorting Inventory Items in Go - the sort.Interface](http://adampresley.com/2015/09/06/sorting-inventory-items-in-go.html) _2015-09-06_ * [Loose Copuling in Go Lang](https://blog.8thlight.com/javier-saldana/2015/02/06/loose-coupling-in-go-lang.html) _2015-02-06_ diff --git a/Home.md b/Home.md index d0b30857..cc271210 100644 --- a/Home.md +++ b/Home.md @@ -173,7 +173,7 @@ If you're looking for services that support Go, here's a list to get you started - [Google Cloud Platform for Go](https://cloud.google.com/go) - [Heroku](https://github.com/heroku/heroku-buildpack-go) - [IBM Bluemix](https://developer.ibm.com/bluemix/2015/10/28/getting-started-with-golang-on-bluemix/) - - [OpenStack] (https://github.com/openstack/golang-client) + - [OpenStack](https://github.com/openstack/golang-client) - See here for [information on additional providers](ProviderIntegration) - [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD frameworks - Monitoring/Logging diff --git a/Projects.md b/Projects.md index 77179183..8ea74513 100644 --- a/Projects.md +++ b/Projects.md @@ -1309,6 +1309,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [Caddy](https://caddyserver.com) - A fast, capable, general-purpose HTTP/2 web server that's easy to use * [Digestw](https://github.com/mocchira/digestw) - A Web Application - Twitter's Timeline Digest + * [fabio](https://github.com/eBay/fabio) - A fast zero-conf load balancing HTTP router for microservices. * [fourohfourfound](https://github.com/whee/fourohfourfound/) - A fallback HTTP server that may redirect requests with runtime configurable redirections * [Fragmenta](http://fragmenta.eu/) - A CMS built in Go * [freegeoip](https://github.com/fiorix/freegeoip) - IP geolocation web service (web server of freegeoip.net)