Skip to content

Commit

Permalink
Fix go workspaces for resolving dependencies
Browse files Browse the repository at this point in the history
Code will still build and run without it, but this will fix resolving the dependencies by the IDE, Visual Studio Code in particular.

Signed-off-by: Guilherme Cassolato <[email protected]>
  • Loading branch information
guicassolato committed Aug 6, 2024
1 parent b39849f commit 1c41c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
go 1.22.5

use ./examples
3 changes: 3 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
k8s.io/klog v0.2.0 h1:0ElL0OHzF3N+OhoJTL0uca20SxtYt4X4+bzHeqrB83c=

0 comments on commit 1c41c97

Please sign in to comment.