Abstract
When talking about Go, it's important to remember that there's more to the ecosystem than just the language itself. The vast library of official tools is one of the main reasons for the success of the Go ecosystem. Features such as source beautification, automatic imports, testing, coverage, dependency resolution, and more, are luxuries for programmers on other platforms, but Go developers can take these tools for granted and be productive from day one. In this talk, we'll showcase some of the highlights of the Go ecosystem, discuss the excellent level of integration already achieved with popular editors, and conclude by demonstrating Go's pragmatic proposal for easily solving a problem that was considered unsolvable in classical computer science in most cases.