## FEATURED
[How to Optimize Garbage Collection in Go](http://www.cockroachlabs.com/blog/how-to-optimize-garbage-collection-in-go/?utm_source=studygolang&utm_medium=email)
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](http://features.slashdot.org/story/15/11/18/1748247/interviews-alan-donovan-and-brian-kernighan-answer-your-questions?utm_source=studygolang&utm_medium=email)
The authors of the new [The Go Programming Language](http://www.informit.com/store/go-programming-language-9780134190440) book answered 12 questions submitted by the Slashdot community.
[The Go Community Code of Conduct](https://golang.org/conduct?utm_source=studygolang&utm_medium=email)
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](https://github.com/valyala/fasthttp?utm_source=studygolang&utm_medium=email)
“In short, fasthttp is up to 10 times faster than net/http.”
[Dancing with Go’s Mutexes](https://medium.com/@deckarep/dancing-with-go-s-mutexes-92407ae927bf?utm_source=studygolang&utm_medium=email)
“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](http://go-proverbs.github.io/?utm_source=studygolang&utm_medium=email)
This is an open source community project and you're [encouraged to contribute your own](https://forum.golangbridge.org/t/the-go-proverbs-project/1552) pithy pieces of Go wisdom.
## IN BRIEF
[vim-go 1.3 Released: A Go Development Plugin for Vim](https://github.com/fatih/vim-go/releases/tag/v1.3?utm_source=studygolang&utm_medium=email)
[Version 1.0 of the AWS SDK for Go Now Available](https://aws.amazon.com/blogs/aws/now-available-version-1-0-of-the-aws-sdk-for-go/?utm_source=studygolang&utm_medium=email)
[Parsing HTML with Go using Stream Processing](http://maciekmm.net/html-golang-stream-processing/?utm_source=golangweekly&utm_medium=email)
[Mutual TLS Authentication in Go](http://www.levigross.com/2015/11/21/mutual-tls-authentication-in-go/?utm_source=studygolang&utm_medium=email)
[Why You Should Use 'go build -a' (or gb)](https://medium.com/@felixge/why-you-should-use-go-build-a-or-gb-c469157d5c1b?utm_source=studygolang&utm_medium=email)
[What's So Bad About Stdlib's Log Package?](https://groups.google.com/d/msg/golang-nuts/R7ryo7RdBPY/t7XFNGyRDQAJ?utm_source=studygolang&utm_medium=email)
[uilive: Update Terminal Output in Real Time](https://github.com/gosuri/uilive?utm_source=studygolang&utm_medium=email)
Provides a buffered io.Writer that is flushed at a timed interval.
[Oh: A Unix Shell Written in Go](https://github.com/michaelmacinnis/oh?utm_source=studygolang&utm_medium=email)
[Apidemic: Fake JSON Response Server](https://github.com/gernest/apidemic?utm_source=studygolang&utm_medium=email)
[sentences: A Multilingual Command Line Sentence Tokenizer](https://github.com/neurosnap/sentences?utm_source=studygolang&utm_medium=email)
Converts a blob of text into a list of sentences.
[Hugo 0.15 Released: The Fast and Flexible Static Site Generator](https://github.com/spf13/hugo/releases/tag/v0.15?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)