Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!
Inspired by the awesome rubular.com, Gobular let's you test your Go regular expressions online, quickly.
Built using the Buffalo framework, the source can be found at https://github.com/markbates/gobular.
Kubicorn - Create, manage, snapshot, and scale Kubernetes infrastructure in the public cloud.
Gramework - One of the fastest framework written in Go, while respecting the licenses. Bringing convenient, useful high performance battle-tested solutions to opensource.
uiprogress - A go library to render progress bars in terminal applications
go-pry a interactive REPL for Go that allows you to drop into your code at any point.
This is our six-part series on Golang Pros and Cons for using Go in a DevOps development cycle. In this one, we discuss Golang’s runtime, compilation, and maintenance speed (the pros); and lack of generics (the) con).
Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.
JustForFunc #15, a code review with logging, errors, and signals.
https://blog.gobuffalo.io/buffalo-v0-9-1-released-6bbf679f7e72
Go docker-compose deployer allows multi-stage docker deployments and eases the management for you.
The Raygun service is made up of many moving parts, each specialized for a particular task. One of these processes is written in Golang and is responsible for desymbolicating iOS crash reports. You don’t need to know what that means, but in short, it takes native iOS crash reports, looks up the relevant dSYM files, and processes them together to produce human readable stack traces.