summaryrefslogtreecommitdiff
path: root/go.work
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-27 22:34:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-27 22:34:36 +0200
commit8e9889d3e5b2874854832d1d882d124132546f49 (patch)
tree80ab6bf53dac3090630ad58d7ebfbbf2c97019ca /go.work
parent8804729561d8e5edd7179f494d89c620459d319f (diff)
downloadgo-gg-8e9889d3e5b2874854832d1d882d124132546f49.tar.gz
add package pathrouter
Diffstat (limited to 'go.work')
-rw-r--r--go.work6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.work b/go.work
new file mode 100644
index 0000000..c163e32
--- /dev/null
+++ b/go.work
@@ -0,0 +1,6 @@
+go 1.26
+
+use (
+ .
+ ./benchmark
+)