## FEATURED
[Writ: A Flexible Command and Option Parser](https://github.com/bobziuchkovski/writ?utm_source=studygolang&utm_medium=email)
Implements GNU getopt_long conventions, has thorough test coverage, and handles all of the the tricky corner cases, such as bare “-“ and “–” arguments. A good README too.
[Writing Assembly in Go](https://goroutines.com/asm?utm_source=studygolang&utm_medium=email)
Fancy writing some code in x86 assembly and calling it from Go? This is a gentle introduction, concluding in a useful, practical example using SIMD optimizations.
[Go 1.7 Planning Discussion](https://groups.google.com/d/msg/golang-dev/TerfinvPffw/8G0PaCRHBwAJ?utm_source=studygolang&utm_medium=email)
Now is “a good time to talk about what we want to do in Go 1.7 as far as technical work.” More cleanup and polish appears to be the order of the day. (My question is.. what is google3?)
[The State of Go [slidedeck]](https://talks.golang.org/2016/state-of-go.slide?utm_source=studygolang&utm_medium=email#1)
An update of ‘where we are in February 2016’ from a core team member, mostly focusing on standard library and runtime changes between 1.5 and 1.6.
[gotests: A Tool to Generate Go Test Functions From Code](https://github.com/tcnksm/gotests?utm_source=studygolang&utm_medium=email)
Given a .go file, it analyzes test functions in its associated test file and adds test functions which are not yet defined. It can also integrate with your editor.
[ln: A 3D Line Art Engine](https://github.com/fogleman/ln?utm_source=studygolang&utm_medium=email)
A vector-based 3D renderer written in Go used to produce 2D vector graphics depicting 3D scenes.
## IN BRIEF
[Go 1.6 Release Candidate 2 Released](https://groups.google.com/d/msg/golang-nuts/9CQ9GRuL1GI/qp-IIaTHGQAJ?utm_source=studygolang&utm_medium=email)
[A Forthcoming Book: 'Microservices in Go' by Matthew Campbell](http://shop.oreilly.com/product/0636920046783.do?utm_source=studygolang&utm_medium=email)
[Handling Database Migrations in Go](https://getgophish.com/blog/post/database-migrations-in-go/?utm_source=studygolang&utm_medium=email)
[Setting Up Intellij IDEA for Your Go Project](https://rootpd.com/2016/02/04/setting-up-intellij-idea-for-your-first-golang-project/?utm_source=studygolang&utm_medium=email)
[Comparison of SSL Labs TLS Scores with Different Go Versions](https://aoeus.com/gotls/?utm_source=studygolang&utm_medium=email)
[HostSplitter: A Host-Based Reverse Proxy for Go](https://github.com/ammario/hostsplitter?utm_source=studygolang&utm_medium=email)
[git-s3-push: Deploy A Git Repo to an S3 Bucket](https://github.com/bobbo/git-s3-push?utm_source=studygolang&utm_medium=email)
[gountries: A Port of Ruby's 'countries' Information Gem](https://github.com/pariz/gountries?utm_source=studygolang&utm_medium=email)
A data-packed library that lets you query country names, country codes, etc.
[Wired Logic: A Pixel-Based Logic Simulator in Go](https://github.com/martinkirsche/wired-logic?utm_source=studygolang&utm_medium=email)
[Meshbird: Distributed Private Networking](https://github.com/gophergala2016/meshbird?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)