Go Newsletter Issue #119
.Read this on the WebGo NewsletterIssue 119 — July 21, 2016FeaturedUnderstanding Nil (in Go) slidedeck Slidedeck from the opening keynote at GopherCon 2016 digging into nil, what it represents, what...
View ArticleGo Newsletter Issue #120
.Read this on the WebGo NewsletterIssue 120 — July 28, 2016It's been a bit of a slim week for things to pick for the newsletter this week - everyone in the Northern Hemisphere must be enjoying summer...
View ArticleGo Newsletter Issue #121
.Read this on the WebGo NewsletterIssue 121 — August 4, 2016FeaturedGo 1.7 Release Candidates 4 and 5 Released news RC4 and RC5 came in quick succession. The final 1.7 is due next week.Chris Broadfoot...
View ArticleGo Newsletter Issue #122
.Read this on the WebGo NewsletterIssue 122 — August 11, 2016FeaturedBuilding Webapps and Microservices Using Gin tutorial A thorough step by step tutorial for getting familiar with Gin, a Go...
View ArticleGo Newsletter Issue #123
.Read this on the WebGo NewsletterIssue 123 — August 18, 2016FeaturedGo 1.7 Final Released news The big change: A new SSA-based compiler (for 64 bit x86 only) that promises improved performance....
View ArticleGo Newsletter Issue #124
.Read this on the WebGo NewsletterIssue 124 — August 25, 2016FeaturedSmaller Go 1.7 Binaries news David Crawshaw takes a look at efforts made to improve binary filesizes in version 1.7 onward.The...
View ArticleGo Newsletter Issue #125
.Read this on the WebGo NewsletterIssue 125 — September 1, 2016FeaturedBrad Fitzpatrick on What To Look Forward To in Go 1.8 news SSA for all architectures, more optimizations, a new and faster...
View ArticleGo Newsletter Issue #126
.Read this on the WebGo NewsletterIssue 126 — September 8, 2016FeaturedAdvanced Patterns with io.ReadWriter video An 18 minute code-heavy talk from the Golang UK Conference looking at two examples of...
View ArticleGo Newsletter Issue #127
.Read this on the WebGo NewsletterIssue 127 — September 15, 2016FeaturedProposal: Add ACME (LetsEncrypt, etc.) Support to net/http news Core team member Brad Fitzpatrick wants HTTP support to be ‘dead...
View ArticleGo Newsletter Issue #128
.Read this on the WebGo NewsletterIssue 128 — September 22, 2016FeaturedA Walkthrough of Go's 'fmt' Package tutorial Ben Johnson’s latest package walkthrough, this time focusing on fmt which provides...
View ArticleGo Newsletter Issue #129
.Read this on the WebGo NewsletterIssue 129 — September 29, 2016FeaturedGo Tooling Essentials: The Flags You Should Know tutorial A look at 11 flags you can use on common Go tools to get slightly...
View ArticleGo Newsletter Issue #130
.Read this on the WebGo NewsletterIssue 130 — October 6, 2016FeaturedUsing Go 1.7's Subtests and Sub-Benchmarks tutorial The introduction of subtests and sub-benchmarks enables better handling of...
View ArticleGo Newsletter Issue #131
.Read this on the WebGo NewsletterIssue 131 — October 13, 2016FeaturedReducing Type HierarchiesWilliam Kennedy provides some useful guidance as to why type hierarchies aren’t often the best pattern to...
View ArticleGo Newsletter Issue #132
.Read this on the WebGo NewsletterIssue 132 — October 20, 2016FeaturedWrite React Components in GoThere are GopherJS bindings for React that enable you to write React components directly in Go. This...
View ArticleGo Newsletter Issue #133
.Read this on the WebGo NewsletterIssue 133 — October 27, 2016FeaturedIntroducing Go 2.0 (A Thought Experiment Only) story No, Go 2.0 isn’t really here, but Dave Cheney raises the possibility in order...
View ArticleGo Newsletter Issue #134
.Read this on the WebGo NewsletterIssue 134 — November 3, 2016FeaturedGo’s Alias Proposal and Concerns of Google 'Controlling' Go opinion A worthwhile summary of an issue affecting Go right now. “The...
View ArticleHappy birthday to Go - 7 years old today, plus more Go goodies
.Read this on the WebGo NewsletterIssue 135 — November 10, 2016FeaturedGo Turns 7 Years Old Today news As Go turns 7 today, core team member Russ Cox reflects on Go’s maturity. Here’s to many more...
View ArticleGo Newsletter Issue #136
.Read this on the WebGo NewsletterIssue 136 — November 17, 2016The Go Newsletter is taking a break next week due to Thanksgiving in the US :-) We'll see you again on December 1st.FeaturedGo Fonts: New...
View ArticleGo Newsletter Issue #137
.Read this on the WebGo NewsletterIssue 137 — December 1, 2016FeaturedGo 1.8 Beta 1 Released news Now’s a great time to get playing with Go 1.8 ahead of its official release. The draft release notes...
View ArticleGo Newsletter Issue #138
.Read this on the WebGo NewsletterIssue 138 — December 8, 2016FeaturedGo's Real-Time GC in Theory and Practice tutorial How Go’s concurrent GC achieves low latencies in real-time systems, complete...
View Article