In this section we will cover all the different tools that gophers use to manage their code bases. This includes:
- 1: Worskpace management - how to organize a workspace according to Go best practices.
- 2: Editor tools - tools to help writing code, such as editors, plugins, and pretty printers.
- 3: Navigation tools - tools to understand and navigate existing code bases.
Everything here is related to source code, in the next section we cover how from that code you can build artifacts such as binaries and container images.