Get familiar with workspaces



Workspaces in Go 1.18 let you work on multiple modules simultaneously without having to edit go.mod files for each module. Each module within a workspace is treated as a main module when resolving dependencies.



https://go.dev/blog/get-familiar-with-workspaces