mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
go.work: add workspace file
This commit is contained in:
parent
060786be2a
commit
2e27b91a87
1 changed files with 6 additions and 0 deletions
6
go.work
Normal file
6
go.work
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
go 1.25.0
|
||||||
|
|
||||||
|
use (
|
||||||
|
.
|
||||||
|
./cmd/keeper
|
||||||
|
)
|
||||||
Loading…
Reference in a new issue