diff options
author | Markus Wüstenberg | 2024-09-24 10:33:54 +0200 |
---|---|---|
committer | GitHub | 2024-09-24 10:33:54 +0200 |
commit | 04640fcce01becec93d63beb3ddb034842e51c15 (patch) | |
tree | aa78db592a47a9ab37fa9eabaec7f461dd51f23f /internal/examples/app/go.work | |
parent | fae592d35f474c31e0dd40b06f7721cb69a5d67c (diff) | |
download | gomponents-04640fcce01becec93d63beb3ddb034842e51c15.tar.lz gomponents-04640fcce01becec93d63beb3ddb034842e51c15.tar.zst gomponents-04640fcce01becec93d63beb3ddb034842e51c15.zip |
Use go workspace in example app (#211)
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 ( + . + ../../../ +) |