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!
Learn how buffered channels work and how they can be used to implement worker pool. https://golangbot.com/buffered-channels-worker-pools/
Terraboard is a web dashboard to visualize and query Terraform states. It currently features:
an overview page listing the most recently updated state files with their activity a state page with state file details, including versions and resource attributes a search interface to query resources by type, name or attributes
Surf is a Go (golang) library that implements a virtual web browser that you control programmatically. Surf isn't just another Go solution for downloading content from the web. Surf is designed to behave like web browser, and includes: cookie management, history, bookmarking, user agent spoofing (with a nifty user agent builder), submitting forms, DOM selection and traversal via jQuery style CSS selectors, scraping assets like images, stylesheets, and other features.
The perfect explanation of how to commit to open source Go projects.
https://splice.com/blog/contributing-open-source-git-repositories-go/
Vice abstracts message queue technologies and gives you plain old Go channels through which you can communicate instead.
Blog Post
Talks: https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdD9bru6IR-_WXUgJqvrtx9
Lightning Talks: https://www.youtube.com/playlist?list=PL2ntRZ1ySWBfhRZj3BDOrKdHzoafHsKHU
This is primarily a big bug patch and enhancement release. There are a few new things, but a lot of what is in this release came out of the great bug reports found during GopherCon.
https://blog.gobuffalo.io/buffalo-v0-9-2-released-566a703ff831
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.