Get your tips, tricks, and how too's on every day tasks in Go. From learning about modules, to setting up your environment, and more.
In this 10 minute video, renowned Go expert, Cory LaNou, shows how workflow automation can significantly improve developer productivity. This video will show how to implement some very simple, lightweight automation to automatically run tests and code coverage in Go.
Wondering how to make sure your Go package is backwards compatible with Deps? How about Go 1.8? In this video, Mark Bates will walk through the most common mistakes that package maintainers make when implementing Go modules, as well as how to properly handle forward and backwards compatibility fo...