weekly updates

Jason Buberel 2015-11-01 17:16:01 -08:00
parent e2e47d14e9
commit 6f9df14ae8
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored

@ -1,4 +1,4 @@
www.md
*.sublime-project
*.sublime-workspace

@ -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_

@ -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

@ -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)