Blog
14 hours ago
A Guide to Familiarize Yourself With Workspaces in Go
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.
Source: HackerNoon →