mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Misc daily updates.
parent
65c08ab843
commit
1fecbe8b57
@ -52,6 +52,7 @@ Table of Contents
|
|||||||
* [Pointers vs References](http://spf13.com/post/go-pointers-vs-references/) _2014-06-01_
|
* [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_
|
* [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_
|
* [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
|
## Performance and Profiling
|
||||||
|
|
||||||
@ -76,6 +77,7 @@ Table of Contents
|
|||||||
|
|
||||||
Start by reading the [overview of server programming](LearnServerProgramming) documentation first.
|
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_
|
* [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_
|
* [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_
|
* [Building a Web Server in Go](http://thenewstack.io/building-a-web-server-in-go/) _2014-09-01_
|
||||||
|
@ -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.
|
* [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
|
* [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
|
* [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
|
* [strftime](https://bitbucket.org/tebeka/strftime) - strftime implementation
|
||||||
* [strogonoff](https://github.com/jbochi/strogonoff) - Stenography with Go
|
* [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.
|
* [strutil](https://github.com/cznic/strutil) - Package strutil collects utils supplemental to the standard strings package.
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# Go success stories from around the web
|
# 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/)
|
* [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)
|
* [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/)
|
* [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)
|
* [pool.ntp.org DNS server in Go](http://news.ntppool.org/2012/10/new-dns-server.html)
|
||||||
|
2
whygo.md
2
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).
|
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
|
## 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)
|
- [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/)
|
- [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/)
|
- [Juju at Canonical](http://www.reddit.com/r/programming/comments/18atce/juju_canonical_109k_lines_of_go_code/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user