mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-06 01:27:02 +02:00
This fixes `gopls` to look up usage correctly across sub-packages in the same repo. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
8 lines
63 B
Plaintext
8 lines
63 B
Plaintext
go 1.22.4
|
|
|
|
use (
|
|
.
|
|
./client
|
|
./internal/e2e-tests
|
|
)
|