FEATURED
Six Years of Go
Just 6 years ago this week, Go was released as an open source project. Andrew Gerrand briefly reflects on the progress Go has made in this time.
testing/quick: Go's Little-Known Blackbox Test Harness
A tidy 40 minute Google Tech Talk overview of testing/quick, a handy package for doing blackbox testing in Go. If you’d rather read than watch, the speaker has a blog post too.
My Go IDE in a Container
Ray was getting his vim-based Go development setup going but was concerned of the effort involved if he had to redo it from scratch, so he built it as a Docker container instead.
http2 in Go 1.6
The slidedeck of Brad Fitzpatrick’s dotGo talk about Go 1.6’s native support for HTTP/2. Video likely to be available soon if you’d rather wait.
Which Language Has The Brighest Future in Replacing C: D, Go, or Rust?
Andrei Alexandrescu, co-creator of the D language, gave some good insights here. Spoiler: he’s not a huge Go fan.
Gauge: A Cross-Platform Test Automation Tool
A solid looking project from ThoughtWorks. Curiously. while it’s entirely written in Go itself, it only supports Java, Ruby and C# for the underlying test code.
shortuuid: A Generator of Short, Unambiguous URL-Safe UUIDs
Based on and compatible with the Python library of the same name. Example: shortuuid.UUID() may return "ajLWxEodc6CmQLHADuKVwD"
IN BRIEF
Go Generate Your Database Code
Use go:generate to quickly build domain methods on top of sqlx.
Turning GoLang Code into an npm Module with GopherJS
Doing Image Analysis in Golang
Go's Error Handling is Elegant
Tools for Working with Go Code
golongpoll: An HTTP Long-Polling Library That Makes Web Pub-Sub Easy
noti: Display A Notification After A Terminal Process Finishes on OS X
Xig: A Globally Unique ID Generator
It uses Mongo’s object ID algorithm.
minio-go: Go Library for Amazon S3-Compatible Cloud Storage
Evo: A Framework for Evolutionary Algorithms in Go
features: Handy Tool to Deal with Feature Toggling in Go
goxpath: An XPath implementation in Go
Still at an early stage though.
有疑问加站长微信联系(非本文作者)
