Golang Weekly
Archives| Latest| RSS
Easy to unsubscribe at any time. Your e-mail address is safe — here's our privacy policy.
« Prev
Next »
Go Newsletter
Issue 46 — February 20, 2015
Featured
The State of Go: Where We Are in February 2015
An update on all things Go from core team member Andrew Gerrand, including the transition to Git, why they don’t accept pull requests, what’s going on with Go 1.5, the community, and more.
Andrew Gerrand
Interactive Go to x86 Assembly Language Viewer
Write Go code on the left, see the x86 assembly on the right. Use the ‘colourise’ button to get a feel for how each line of Go relates to the output.
Godbolt
Go 1.4.2 Released: A Minor Bugfix Point Release
Includes some bug fixes to the go command, the compiler and link, and a few packages.
golang-announce
Top 8 Usage Scenarios for Log Management
Whether you are troubleshooting site issues or monitoring external services, managing and centralizing logs is important for your site’s success…and your sanity. Discover 8 usage scenarios for log management and how this fits in your WebOps toolkit.
Loggly   sponsored 
A 50 Minute Go Tour and Tutorial   video 
Aimed at beginners or anyone who fancies a refresher, this video whips through variables, data types, operators, closures, functions, and more in just 50 minutes. (Redditors suggest the section on channels is not so good, however, so caveat emptor.)
Derek Banas
Deploying Go applications to Azure Websites
Through the recently released HttpPlatformHandler, Azure Websites (and, indeed, IIS generally) can host any HTTP-based application, including those written in Go.
Hang Ruan
Reducing Allocations in Go Code
A look at some approaches to reducing memory allocations in performance sensitive Go code.
methane.​github.​io
Go Escape Analysis Flaws
Escape analysis detects objects that can be allocated on the stack rather than heap, but sometimes it doesn’t work well.
Dmitry Vyukov
In Brief
GopherChina: April 25-26 in Shanghai   news 
Loving the Chinese take on the Go gopher.
gopherchina.​org
The Ardan Labs 3 Day Go Bootcamp   news 
Coming to Denver, SF, Boston, NYC, Houston, GopherCon, and Chicago.
Ardan Labs   sponsored 
Securing HTTP Handlers in Go   tutorial 
Ian Kent
Testing HTTP Caching in Go   tutorial 
Santiago Arias
An Interview with Gopher Andrew Gerrand
GopherConIndia 2015
Go Static Analysis Tools   video 
Alan Donovan
Agouti 2.0: A WebDriver / Acceptance Testing Framework for Go   code 
Pivotal Labs
Mack: A Go Wrapper for AppleScript   code 
Lets you do things like trigger OS X desktop notifications and system sounds from Go.
Andy Brewer
BoomFilters: Probabilistic Data Structures for Unbounded Streams   code 
Not a typo of ‘bloom’ filters, but does include implementations of some.
Tyler Treat
Gohort: A Simple URL Shortner   code 
Aishraj Dahal
picfit: An Image Resizing Server Written in Go   code 
Florent Messa
websocketd: Think CGI, but for WebSockets   code   tools 
websocketd provides an easy way for programs in any language to work with WebSockets.
websocketd.​com
Gogs: A Self-Hosted Git Service Written in Go   code   tools 
Think GitHub-lite.
Go Gits
Fog Creek Catches the Go Bug; Open Sources 2 Libraries   code   news 
‘Mini’ is a simple ini configuration file parser and ‘logging’ is a logger that supports tagged logging.
Fog Creek Software
« Prev
Next »
Easy to unsubscribe at any time. Your e-mail address is safe — here's our privacy policy.