## FEATURED
[A Tutorial for vim-go](https://github.com/fatih/vim-go-tutorial?utm_source=studygolang&utm_medium=email#readme)
We’ve linked to [vim-go](https://github.com/fatih/vim-go), a vim plugin that adds autocompletion, snippet, Go toolchain and other support to vim. Now there’s a complete tutorial for getting started too.
[Go 1.7 Release Candidate 1 Downloads Available](https://golang.org/dl/?utm_source=studygolang&utm_medium=email#go1.7rc1)
These are considered unstable but it’s often worth running tests in advance of the final release.
[go-chart: A Basic Chart Drawing Library](https://github.com/wcharczuk/go-chart?utm_source=studygolang&utm_medium=email)
It’s early days says the author, but it already supports time series and continuous line charts with multiple Y axes. Screenshots available.
[Visualizing Concurrency in Go](https://blog.codeship.com/visualizing-concurrency-go/?utm_source=studygolang&utm_medium=email)
ICYMI, enjoy this republication of a previously popular article that looked at common concurrency patterns and visualized the way they look using Go and WebGL.
[Practical Advice for Go Library Authors](http://go-talks.appspot.com/github.com/cep21/go-talks/practical-advice-for-go-library-authors.slide?utm_source=studygolang&utm_medium=email#1)
A straightforward slidedeck from a talk given at GopherCon, taking place this week. (Hopefully we'll have the videos in an issue soon.)
## IN BRIEF
[GothamGo Conference 2016 Tickets Available (Nov 18 in NYC)](https://www.eventbrite.com/e/gothamgo-conference-2016-the-empire-state-of-go-tickets-26529648894?utm_source=studygolang&utm_medium=email)
A one-day, single-tracked Go language and community conference.
[New Relic Adds Support for Go](http://www.computerworld.com/article/3092418/application-development/go-new-relic-goes-with-golang.html?utm_source=studygolang&utm_medium=email)
[Quick Security Wins in Go, Part 1](https://blog.komand.com/quick-security-wins-in-golang?utm_source=studygolang&utm_medium=email)
[Randomize the Elements of a Byte Slice in One Line](https://medium.com/@corey.prak/randomize-the-elements-of-a-byte-slice-in-one-line-42e04ae21f47?utm_source=studygolang&utm_medium=email)
[Some Considerations on 'context', As Coming to Go 1.7](https://peter.bourgon.org/blog/2016/07/11/context.html?utm_source=studygolang&utm_medium=email)
[Cohesive Microservices with GoKit](http://winderresearch.com/2016/07/09/Cohesive-Microservices-with-GoKit/?utm_source=studygolang&utm_medium=email)
[AtmanOS: Build Go Programs That Run Directly on the Xen Hypervisor](https://github.com/atmanos/atmanos?utm_source=studygolang&utm_medium=email)
[Monitoring Go Apps with Dynatrace](http://apmblog.dynatrace.com/2016/07/13/monitoring-go-applications-dynatrace/?utm_source=studygolang&utm_medium=email)
[Gotext: GNU Gettext Utilities for Go](https://github.com/leonelquinteros/gotext?utm_source=studygolang&utm_medium=email)
Implements GNU gettext support in native Go.
[orgalorg: A Parallel SSH and File Synchronization Tool](https://github.com/reconquest/orgalorg?utm_source=studygolang&utm_medium=email#orgalorg)
[Integram: Integrate Telegram Into Your Workflow](https://github.com/Requilence/integram?utm_source=studygolang&utm_medium=email)
[CryptoPasta: Copy and Paste-Friendly Go Crypto](https://github.com/gtank/cryptopasta?utm_source=studygolang&utm_medium=email)
“Copy and paste your crypto code from here instead of Stack Overflow,” says the author.
[nvm-windows: A Node.js Version Management Utility for Windows](https://github.com/coreybutler/nvm-windows?utm_source=studygolang&utm_medium=email)
Ironically, though, it’s written in Go.
[Form: Decodes url.Values into Struct Values and Encodes Struct Values into url.Values](https://github.com/go-playground/form?utm_source=studygolang&utm_medium=email)
[retry: Simple, Stateless Mechanism to Perform Actions Repetitively Until Successful](https://github.com/Rican7/retry?utm_source=studygolang&utm_medium=email)
[Fast hashing in Golang using BLAKE2](https://blog.minio.io/accelerating-blake2b-by-4x-using-simd-in-go-assembly-33ef16c8a56b?utm_source=studygolang&utm_medium=email#.jfldo87se)
Accelerating BLAKE2b by 4x using SIMD in [Go Assembly](https://golang.org/doc/asm).
有疑问加站长微信联系(非本文作者)