about summary refs log tree commit diff stats
path: root/internal/examples/app/go.work
diff options
context:
space:
mode:
authorMarkus Wüstenberg2024-09-24 10:33:54 +0200
committerGitHub2024-09-24 10:33:54 +0200
commit04640fcce01becec93d63beb3ddb034842e51c15 (patch)
treeaa78db592a47a9ab37fa9eabaec7f461dd51f23f /internal/examples/app/go.work
parentfae592d35f474c31e0dd40b06f7721cb69a5d67c (diff)
downloadgomponents-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.work6
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 (
+	.
+	../../../
+)