FEATURED
How to Optimize Garbage Collection in Go
A look at a few powerful optimizations that mitigate some of the performance problems with Go’s garbage collection, including embedding structs, sync.Pool, and reusing backing arrays.
Alan Donovan and Brian Kernighan Answer Questions About Go
The authors of the new The Go Programming Language book answered 12 questions submitted by the Slashdot community.
The Go Community Code of Conduct
Borne from discussions at GopherCon 2015, the Go community now has a code of conduct aimed at making it clear what behaviors are and aren’t considered welcome.
fasthttp: Fast HTTP package for Go
“In short, fasthttp is up to 10 times faster than net/http.”
Dancing with Go’s Mutexes
“Do you still only write concurrent applications using channels only? Today I answer no, and here’s why.”
Go Proverbs: Several Short and Simple Thoughts on Go Development
This is an open source community project and you're encouraged to contribute your own pithy pieces of Go wisdom.
IN BRIEF
vim-go 1.3 Released: A Go Development Plugin for Vim
Version 1.0 of the AWS SDK for Go Now Available
Parsing HTML with Go using Stream Processing
Mutual TLS Authentication in Go
Why You Should Use 'go build -a' (or gb)
What's So Bad About Stdlib's Log Package?
uilive: Update Terminal Output in Real Time
Provides a buffered io.Writer that is flushed at a timed interval.
Oh: A Unix Shell Written in Go
Apidemic: Fake JSON Response Server
sentences: A Multilingual Command Line Sentence Tokenizer
Converts a blob of text into a list of sentences.
Hugo 0.15 Released: The Fast and Flexible Static Site Generator
有疑问加站长微信联系(非本文作者)
