This tutorial teaches how to use multi-module workspaces in Go to write code in multiple modules simultaneously.
You'll create a module, initialize a workspace, modify and use a local copy of a package, and learn about workspace commands. With workspaces, it's easy to make changes in one module and use it in another.















