mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
weekly updates
parent
e2e47d14e9
commit
6f9df14ae8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
|
www.md
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
|
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
@ -81,6 +81,7 @@ Table of Contents
|
|||||||
|
|
||||||
## Interfaces / OOP
|
## 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_
|
* [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_
|
* [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_
|
* [Loose Copuling in Go Lang](https://blog.8thlight.com/javier-saldana/2015/02/06/loose-coupling-in-go-lang.html) _2015-02-06_
|
||||||
|
2
Home.md
2
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)
|
- [Google Cloud Platform for Go](https://cloud.google.com/go)
|
||||||
- [Heroku](https://github.com/heroku/heroku-buildpack-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/)
|
- [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)
|
- See here for [information on additional providers](ProviderIntegration)
|
||||||
- [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD frameworks
|
- [Continuous Integration and Continuous Deployment](HostedContinuousIntegration) - Go is well supported by most CI/CD frameworks
|
||||||
- Monitoring/Logging
|
- 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
|
* [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
|
* [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
|
* [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
|
* [Fragmenta](http://fragmenta.eu/) - A CMS built in Go
|
||||||
* [freegeoip](https://github.com/fiorix/freegeoip) - IP geolocation web service (web server of freegeoip.net)
|
* [freegeoip](https://github.com/fiorix/freegeoip) - IP geolocation web service (web server of freegeoip.net)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user