Skip to content

Commit

Permalink
weekly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuberel committed Nov 2, 2015
1 parent e2e47d1 commit 6f9df14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

www.md
*.sublime-project

*.sublime-workspace
1 change: 1 addition & 0 deletions Articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f9df14

Please sign in to comment.