FEATURED
Go 1.4.3 Released: A Security Fix Release
If you’re running Go 1.5, ignore this, but if you’re on the 1.4 branch this is an important security update for any programs using net/http to proxy HTTP requests.
On Go, Portability, and System Interfaces
Avoid making system calls directly from Go if you can use higher level interfaces or cgo to access standard functions in the C library.
Readline: A Pure Go Implementation of a libreadline-style Library
The goal is to support most of GNU Readline’s features, although it’s not a clone.
Go Performance Tips
“some advice and notes I wish I had when writing Go to deal with high amounts of requests”
Traefik: A Modern HTTP Reverse Proxy and Load Balancer
Made to deploy microservices easily. Supports several backends for automatic and dynamic configuration (including Docker, Mesos, and Etcd).
Go Will Dominate the Next Decade
An intense and hyperbolic opinion piece that stresses Go’s importance in the future. He has a few good points though, and hopefully he’s right. HN readers weren't fans though.
IN BRIEF
net/http2 Package Now a Part of the Main Go Project
Killing A Child Process and All of Its Children in Go
nil Structs Can Just Be A Collection of Methods
Rails, ElasticSearch and Go – Merry Go Round
A look at how Go was used as an alternative to Ruby for importing spreadsheet entries into ElasticSearch.
Real-time Performance Monitoring at Any Scale
Submit custom metrics from your Go apps using the ExpVars library. Begin your Datadog trial today.
Go-Package-Store: Displays Updates for The Go Packages in Your GOPATH
R Graphs via Golang API
Roger allows the use of the scientific programming language R from Go.
Gopei (Go Programming Environment Installer) for Ubuntu
Simple Go compiler and LiteIDE installer for Ubuntu.
Pkg Critic: A Tool Combining Search Results from GoDoc API and GitHub Stats
sift: A Fast and Powerful Alternative to Grep
GoWeather: Simple Command Line Weather App Written in Go
Uses openweathermap’s data. More an example of a simple, single file Go command line app than anything.
go-exit: The Exit Strategy for Your Go Routines
Helps to end the go routines in your program and collects potential errors.
vtclean: Strips Terminal Escapes From Text (Can Preserve Color)
有疑问加站长微信联系(非本文作者)
