diff --git a/design/20230302.gomod.md b/design/20230302.gomod.md index 3bd94e571..e0d3f79f5 100644 --- a/design/20230302.gomod.md +++ b/design/20230302.gomod.md @@ -51,6 +51,7 @@ The intention here is to describe what we did and what we discovered, with an ey - Increased complexity in working with the codebase - E.g. `go test ./...` no longer tests _everything_, since it won't recurse into modules - This can be alleviated with some Makefile work - `make test` can still test everything + - Go Workspaces (`go.work`) can also help in development environments to make things simpler ## Longer Form Problem Statement