diff options
Diffstat (limited to 'internal/examples/app/go.work')
-rw-r--r-- | internal/examples/app/go.work | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/examples/app/go.work b/internal/examples/app/go.work new file mode 100644 index 0000000..5d58b63 --- /dev/null +++ b/internal/examples/app/go.work @@ -0,0 +1,6 @@ +go 1.23.1 + +use ( + . + ../../../ +) |