about summary refs log tree commit diff stats
path: root/internal/examples/app/go.work
diff options
context:
space:
mode:
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 (
+	.
+	../../../
+)