FEATURED
Writ: A Flexible Command and Option Parser
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
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
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]
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
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
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
A Forthcoming Book: 'Microservices in Go' by Matthew Campbell
Handling Database Migrations in Go
Setting Up Intellij IDEA for Your Go Project
Comparison of SSL Labs TLS Scores with Different Go Versions
HostSplitter: A Host-Based Reverse Proxy for Go
git-s3-push: Deploy A Git Repo to an S3 Bucket
gountries: A Port of Ruby's 'countries' Information Gem
A data-packed library that lets you query country names, country codes, etc.
有疑问加站长微信联系(非本文作者)
