From 1fecbe8b57cb45e9822d6b215419e497267be40f Mon Sep 17 00:00:00 2001 From: Jason Buberel Date: Tue, 15 Sep 2015 08:59:59 -0700 Subject: [PATCH] Misc daily updates. --- Articles.md | 2 ++ Projects.md | 1 + SuccessStories.md | 2 ++ whygo.md | 2 ++ 4 files changed, 7 insertions(+) diff --git a/Articles.md b/Articles.md index dc769c8c..a914e906 100644 --- a/Articles.md +++ b/Articles.md @@ -52,6 +52,7 @@ Table of Contents * [Pointers vs References](http://spf13.com/post/go-pointers-vs-references/) _2014-06-01_ * [An introduction to pointers for Go programmers not coming from C family languages](http://andlabs.lostsig.com/blog/2014/06/30/85/an-introduction-to-pointers-for-go-programmers-not-coming-from-c-family-languages) _2014-06-30_ * [Recycling Memory Buffers in Go](https://blog.cloudflare.com/recycling-memory-buffers-in-go/) _2013-08-24_ + * [Learning Go Types](http://www.laktek.com/2012/01/27/learning-go-types/) _2012-01-27_ ## Performance and Profiling @@ -76,6 +77,7 @@ Table of Contents Start by reading the [overview of server programming](LearnServerProgramming) documentation first. + * [Deploy a golang photo archive tool to the cloud on IBM BlueMix](http://www.ibm.com/developerworks/cloud/library/cl-golang-photo-archive-bluemix/index.html) _2015-06-05_ * [A Journey into Microservices - Part 1](https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-1/), [Part 2](https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-2/), [Part 3](https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-3/) _2015-03_09_ * [Making a RESTful JSON API in Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-01-01_ * [Building a Web Server in Go](http://thenewstack.io/building-a-web-server-in-go/) _2014-09-01_ diff --git a/Projects.md b/Projects.md index 12848e3a..96ac517c 100644 --- a/Projects.md +++ b/Projects.md @@ -1201,6 +1201,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [rubex](https://github.com/moovweb/rubex) - A simple regular expression library that supports Ruby's regex syntax. It is faster than Regexp. * [scanner](http://code.google.com/p/golang/source/browse/src/pkg/scanner) - A text scanner that parses primitive types, analogous to Java's * [segment](https://github.com/llimllib/segment) - An implementation of Norvig's recursive word segmentation algorithm + * [sprig](https://github.com/Masterminds/sprig) - Template functions for Go templates. * [strftime](https://bitbucket.org/tebeka/strftime) - strftime implementation * [strogonoff](https://github.com/jbochi/strogonoff) - Stenography with Go * [strutil](https://github.com/cznic/strutil) - Package strutil collects utils supplemental to the standard strings package. diff --git a/SuccessStories.md b/SuccessStories.md index 7f22db3d..33572f41 100644 --- a/SuccessStories.md +++ b/SuccessStories.md @@ -1,6 +1,8 @@ # Go success stories from around the web + * [400 Days of Go](http://www.philipotoole.com/400-days-of-go/) * [From Python to Go: Migrating our entire API](https://blog.repustate.com/migrating-entire-api-go-python/) + * [Our Experience with Golang](https://www.scriptrock.com/blog/our-experience-with-golang) * [The Reliability of Go](http://andrewwdeane.blogspot.de/2013/05/the-reliability-of-go.html) * [A Go Redirection Service](http://blog.dnsimple.com/a-golang-redirection-service/) * [pool.ntp.org DNS server in Go](http://news.ntppool.org/2012/10/new-dns-server.html) diff --git a/whygo.md b/whygo.md index e1bb6653..e1ef97ab 100644 --- a/whygo.md +++ b/whygo.md @@ -1,6 +1,8 @@ Here's why: a list of people/organizations explaining why they use Go. This is partly redundant with [GoUsers](GoUsers). We also have a specific page dedicated to [Go success stores](SuccessStories). ## Why Go + +- [400 Days of Go](http://www.philipotoole.com/400-days-of-go/) - [Iron.io: How We Went from 30 Servers to 2 with Go](http://blog.iron.io/2013/03/how-we-went-from-30-servers-to-2-go.html) - [Behind the Scenes: Big Data at Torbit](http://torbit.com/blog/2013/02/19/big-data-at-torbit/) - [Juju at Canonical](http://www.reddit.com/r/programming/comments/18atce/juju_canonical_109k_lines_of_go_code/)