go.work: add workspace file

This commit is contained in:
Felix Lange 2025-09-11 15:53:35 +02:00
parent 060786be2a
commit 2e27b91a87

6
go.work Normal file
View file

@ -0,0 +1,6 @@
go 1.25.0
use (
.
./cmd/keeper
)