FEATURED
Mattermost: A Slack-like Chat System Written in Go
Billed as an ‘open source alternative to Slack’, Mattermost is a team communication service written in Go and available on GitHub.
Go Has A Debugger — And It's Awesome
‘godebug’ is a cross-platform debugger built at Mailgun. It rewrites your code and injects function calls to provide typical debugging functionalities.
Go Checklist: Recommendations for Publishing Go Projects
An interesting group of checklists of things to run through before releasing Go code to the world.
A Code of Conduct for The Go Community
Kicking off a discussion about a code of conduct, Andrew says: “We are the Go community; we get to choose what is OK and what is not. It’s not a choice but a responsibility, and it is a responsibility that we have neglected too long.”
Introducing Gollum: A NxM Message Multiplexer Written in Go
Gollum is a n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations and this is a great introductory post.
Reed-Solomon: Blazingly Fast Reed-Solomon Coding
Boasts speeds exceeding 1GB/sec per CPU core while being implemented in pure Go. There’s also an article with some background and explanation about what Reed Solomon erasure coding is for.
Echo 1.0.0 Released; Now Considered Production Ready
Echo is a fast HTTP router and micro web framework.
IN BRIEF
The Golang UK Conference Unveils Its Schedule
An Introduction to the Consul Key/Value Store API in Go
“Consul is a tool for service discovery and key value store for configurations.”
Statically Compiled Go Programs, Always, Even with cgo, using musl
Go’ing to the Next Level: Lessons from Go at Couchbase
An Alternative Design for 'container/heap' in Go
What I Talk About When I Talk About Writing a CLI Tool in Go
Python, Ruby, and Go: A Command-Line Application Comparison
Gor: HTTP Traffic Replay in Real-Time
An HTTP traffic replication tool written in Go that can replay traffic from production to staging and dev environments.
re2dfa: Transform Regexes Into Finite State Machines and Output Go Source
forge: Configuration File Syntax and Parsing for Go
GRequests: A Go Clone of the Python 'Requests' Library
A nice API for making HTTP requests.
RequestHub: Receive, Log, and Proxy HTTP requests
Inspired by RequestBin, RequestHub receives HTTP requests, can display them in your browser, and forward them to other URLs. It’s written in Go so is easily deployed.
有疑问加站长微信联系(非本文作者)
