Add go.work

This commit is contained in:
katexochen 2022-09-12 16:54:04 +02:00 committed by Paul Meyer
parent f55524a8d3
commit 1357dc3d4e
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -15,7 +15,7 @@
# vendor/
# Go workspace file
go.work
# go.work
go.work.sum
build

7
go.work Normal file
View File

@ -0,0 +1,7 @@
go 1.18
use (
.
./hack
./operators/constellation-node-operator/
)