## FEATURED
[curl-to-Go: Convert curl Commands to Go Code](https://mholt.github.io/curl-to-go/?utm_source=studygolang&utm_medium=email)
This online tool takes ‘curl’ commands, as you might use at the terminal, and converts them to the equivalent Go code, even down to creating a struct for JSON payloads and handling file uploads.
[Visualizing Concurrency in Go](https://divan.github.io/posts/go_concurrency_visualize/?utm_source=studygolang&utm_medium=email)
A fascinating, animated look at visualizing the mechanics of parallelism and concurrency in Go apps.
[Go 1.6 Release Candidate 1 Released](https://groups.google.com/d/msg/golang-nuts/4iqU__h7skQ/U-I9D3ekFwAJ?utm_source=studygolang&utm_medium=email)
The final release of 1.6 is expected in a couple of weeks.
[WolfenGo: A Wolfenstein 3D Clone in Go](https://medium.com/where-do-we-go-now/wolfengo-a-wolfenstein-3d-clone-in-go-6872af12469d?utm_source=studygolang&utm_medium=email)
What's a language without a Wolfenstein 3D clone/port? Here’s one for Go, and a look at some issue encountered during the effort.
[Goad: Go + AWS Lambda-Powered, Distributed Load Testing Tool](https://github.com/gophergala2016/goad?utm_source=studygolang&utm_medium=email)
Goad allows you to load test your sites from all over the world while costing you fractions of a penny by using AWS Lambda in multiple regions simultaneously.
## IN BRIEF
['Introducing Go' Book Released](http://shop.oreilly.com/product/0636920046516.do?utm_source=studygolang&utm_medium=email)
[Go 1.6 Release Party](https://github.com/golang/go/wiki/Go-1.6-release-party?utm_source=studygolang&utm_medium=email)
‘To celebrate the release of Go 1.6 we’re organising a world wide release party on February the 17th, 2016.’
[How to Use Template Blocks in Go 1.6](http://www.josephspurrier.com/how-to-use-template-blocks-in-go-1-6/?utm_source=studygolang&utm_medium=email)
[Building Binary Executables for Android in Go](http://www.sajalkayan.com/post/go-android-binary.html?utm_source=studygolang&utm_medium=email)
[When to Use String Pointers](https://dhdersch.github.io/golang/2016/01/23/golang-when-to-use-string-pointers.html?utm_source=studygolang&utm_medium=email)
[benchgraph: Visualization of Go Benchmark Output using Google Charts](https://github.com/CodingBerg/benchgraph?utm_source=studygolang&utm_medium=email)
[GoFeather: Alternate Go mode for Sublime Text 3](https://github.com/frou/GoFeather?utm_source=studygolang&utm_medium=email)
[Discover: A Utility for Conceptualizing Large Go Code Bases](https://github.com/eandre/discover?utm_source=studygolang&utm_medium=email)
[httpcheck: supertest-inspired Library for Testing HTTP Servers](https://github.com/ivpusic/httpcheck?utm_source=studygolang&utm_medium=email)
[Thunderbird: Elegant WebSockets in Go](https://github.com/gophergala2016/thunderbird?utm_source=studygolang&utm_medium=email)
Provides both a client-side JavaScript framework and a server-side Go framework.
[ApplicationInsights-Go: Microsoft Application Insights SDK for Go](https://github.com/Microsoft/ApplicationInsights-Go?utm_source=studygolang&utm_medium=email)
[Skipper: An HTTP Router Acting As A Reverse Proxy with Support for Custom Route Definitions](https://github.com/zalando/skipper?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)