mirror of
https://github.com/golang/go.git
synced 2024-11-22 05:40:42 +00:00
Merge remote-tracking branch 'origin/master'
Conflicts: Home.md Learn.md
commit
7035b89edb
23
Articles.md
23
Articles.md
@ -75,18 +75,19 @@ Start by reading the [overview of mobile development](Mobile) documentation firs
|
||||
|
||||
|
||||
## Misc
|
||||
* [Zero Downtime upgrades of TCP servers in Go](http://blog.nella.org/?p=879) _2012-05-29_
|
||||
* [Using the Go Regexp Package](http://blog.kamilkisiel.net/blog/2012/07/05/using-the-go-regexp-package/) _2012-07-05_
|
||||
* [Function Call by Name in Golang](http://www.mikespook.com/2012/07/function-call-by-name-in-golang/) _2012-07-05_
|
||||
* [An introduction to cross compilation with Go](http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go) _2012-09-08_
|
||||
* [Applying The Clean Architecture to Go applications](http://manuel.kiessling.net/2012/09/28/applying-the-clean-architecture-to-go-applications/) _2012-09-08_
|
||||
* [Methods as Objects in Go](http://ernestmicklei.com/2012/11/26/methods-as-objects-in-go/) _2012-12-26_
|
||||
* [Optimizing Real World Go](http://bpowers.github.com/weblog/2013/01/05/optimizing-real-world-go/) _2013-01-05_
|
||||
* [Go-spew: A Journey into Dumping Go Data Structures](https://blog.cyphertite.com/go-spew-a-journey-into-dumping-go-data-structures/) _2013-01-09_
|
||||
* [I2C Programming in Go](http://www.gmcbay.com/2013/01/i2c-programming-in-go/) _2013-01-12_
|
||||
* [Function Types in Go (golang)](http://jordanorelli.tumblr.com/post/42369331748/function-types-in-go-golang) _2013-02-05_
|
||||
* [Go & Assembly](http://www.doxsey.net/blog/go-and-assembly) _2013-02-05_
|
||||
* [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_
|
||||
* [State machines in Go (#golang)](http://denis.papathanasiou.org/?p=1190) _2013-02-10_
|
||||
* [Go & Assembly](http://www.doxsey.net/blog/go-and-assembly) _2013-02-05_
|
||||
* [Function Types in Go (golang)](http://jordanorelli.tumblr.com/post/42369331748/function-types-in-go-golang) _2013-02-05_
|
||||
* [I2C Programming in Go](http://www.gmcbay.com/2013/01/i2c-programming-in-go/) _2013-01-12_
|
||||
* [Go-spew: A Journey into Dumping Go Data Structures](https://blog.cyphertite.com/go-spew-a-journey-into-dumping-go-data-structures/) _2013-01-09_
|
||||
* [Optimizing Real World Go](http://bpowers.github.com/weblog/2013/01/05/optimizing-real-world-go/) _2013-01-05_
|
||||
* [Methods as Objects in Go](http://ernestmicklei.com/2012/11/26/methods-as-objects-in-go/) _2012-12-26_
|
||||
* [Applying The Clean Architecture to Go applications](http://manuel.kiessling.net/2012/09/28/applying-the-clean-architecture-to-go-applications/) _2012-09-08_
|
||||
* [An introduction to cross compilation with Go](http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go) _2012-09-08_
|
||||
* [Function Call by Name in Golang](http://www.mikespook.com/2012/07/function-call-by-name-in-golang/) _2012-07-05_
|
||||
* [Using the Go Regexp Package](http://blog.kamilkisiel.net/blog/2012/07/05/using-the-go-regexp-package/) _2012-07-05_
|
||||
* [Zero Downtime upgrades of TCP servers in Go](http://blog.nella.org/?p=879) _2012-05-29_
|
||||
* [Go Reflection Codex](http://jimmyfrasche.github.io/go-reflection-codex/)
|
||||
|
||||
|
||||
|
6
Books.md
6
Books.md
@ -144,6 +144,12 @@ Sorted by publication date.
|
||||
* ISBN: ---
|
||||
* References: https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details
|
||||
|
||||
* **How do I Write and Deploy Simple Web Apps with Go?** (e-book)
|
||||
* Author: Satish Talim
|
||||
* Publication Date: ---
|
||||
* ISBN: ---
|
||||
* References: https://leanpub.com/howdoibuildawebappwithgo
|
||||
|
||||
# Chinese
|
||||
* **Go语言·云动力**
|
||||
* Author: 樊虹剑(fango)
|
||||
|
@ -25,6 +25,7 @@
|
||||
* [Axioms](http://axioms.io) - [blog](http://axioms.io/zen/2014-11-06-swift-go/)
|
||||
* [BBC Worldwide](http://www.bbcworldwide.com/) - [source](http://www.quora.com/Go-programming-language/Is-Google-Go-ready-for-production-use/answer/Kunal-Anand)
|
||||
* [Beachfront Media](http://www.beachfrontmedia.com) [article](http://arstechnica.com/information-technology/2013/05/my-favorite-programming-language-googles-go-has-some-coders-raving/)
|
||||
* [Beehively](http://beehively.com) - [Presentation](https://speakerdeck.com/nexneo/joy-of-single-purpose-services-in-go)
|
||||
* [Beme](http://beme.com) - [job post](http://beme.com/jobs.html#product-engineer)
|
||||
* [Betable](https://betable.com) - [talk #1](http://rcrowley.org/talks/surge-2013.html), [talk #2](http://rcrowley.org/talks/strange-loop-2013.html)
|
||||
* [Big Commerce](https://www.bigcommerce.com/) - [blog](http://bigeng.io/post/125792679618/what-keeps-us-going), [github](https://github.com/bigcommerce)
|
||||
@ -94,6 +95,7 @@
|
||||
* [Iron.io](http://iron.io/) - [source](http://www.youtube.com/watch?v=kKQLhGZVN4A) [blog:"30 servers to 2"](http://blog.iron.io/2013/03/how-we-went-from-30-servers-to-2-go.html) [blog:"2 years of production Go"](http://blog.iron.io/2013/08/go-after-2-years-in-production.html)
|
||||
* [JelloLabs](http://www.jellolabs.com) - [blog](http://www.jellolabs.com/blog/why-golang-is-ready-for-early-stage-startups.html)
|
||||
* [Jimdo](http://www.jimdo.com) - [tweet](https://twitter.com/mlafeldt/status/351661314017476608) [github](https://github.com/jimdo)
|
||||
* [JusTickets - built with Go](https://www.justickets.in/cities)
|
||||
* [Karma](http://www.yourkarma.com) - [blog](https://blog.yourkarma.com/how-we-use-mqtt-at-karma)
|
||||
* [Keybase.io](http://keybase.io) - [github](https://github.com/keybase)
|
||||
* [Kingsoft](http://www.kingsoft.com/) - [github](https://github.com/flike/kingshard)
|
||||
|
@ -14,4 +14,6 @@ A collection of podcast episodes that cover Go programming. Please keep items in
|
||||
* [Go on the Web](http://thewebplatform.libsyn.com/55-go-on-the-web) _2015-08-05_
|
||||
* [Fatherhood with Andrew Gerrand](http://beatsryetypes.com/episodes/2015/05/18/episode-16-fatherhood-with-andrew-gerrand.html) _2015-05-15_
|
||||
* [Talking with Go Developers at GopherCon India 2015](https://soundcloud.com/thenewstackanalysts/show-33-gophercon-india-2015) _2015-04-01_
|
||||
* [Interview with CC4CS talking about Security in Go](https://go.unicorn.tv/podcasts/interview-with-cc4cs-talking-about-security-in-go) _2015-03-06_
|
||||
* [Golang Best Practices](https://go.unicorn.tv/podcasts/golang-best-practices) _2014-09-08_
|
||||
* [An Introduction to the Go Programming Language with Andrew Gerrand](http://hanselminutes.com/416/an-introduction-to-the-go-programming-language-with-andrew-gerrand) _2014-03-28_
|
||||
|
@ -3,8 +3,8 @@ Commercial providers of Go training
|
||||
## On-line
|
||||
|
||||
* [Golang Tutorials - Sathish VJ](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
|
||||
* [Learn Go - Codementor.io](https://www.codementor.io/go) - Beginniner level online class.
|
||||
* [Learning to Program in Go - Chris Hawkes](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6) - Free video tutorial for beginner Go programmg.
|
||||
* [Learn Go - Codementor.io](https://www.codementor.io/go) - Beginner level online class.
|
||||
* [Learning to Program in Go - Chris Hawkes](https://www.youtube.com/playlist?list=PLei96ZX_m9sVSEXWwZi8uwd2vqCpEm4m6) - Free video tutorial for beginner Go programming.
|
||||
* [Pluralsight.com](http://www.pluralsight.com/tag/golang) - Offers 5 classes at beginner and advanced levels.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user