add note about workspaces

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
Ashley Davis 2023-05-26 12:00:54 +01:00
parent cc89050c02
commit 5bfd3078ca
No known key found for this signature in database
GPG Key ID: DD14CC017E32BEB1

View File

@ -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