omni/go.work
Andrey Smirnov 5e468413a9
chore: add go.work file
This fixes `gopls` to look up usage correctly across sub-packages in the
same repo.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-07-01 21:08:34 +04:00

8 lines
63 B
Plaintext

go 1.22.4
use (
.
./client
./internal/e2e-tests
)