summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-13 12:58:01 +0200
committerMartin Fischer <martin@push-f.com>2025-04-13 12:58:47 +0200
commita4d568c16750dcaeab50692e103e24473ae22909 (patch)
tree2c2e586d112131e25a35a6ee73bb124e44e714b1
parent953080243bbef6d448bdb387fe7ea7a2f17e8d02 (diff)
build: init Go module
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fe9bf18
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module push-f.com/lex-surf
+
+go 1.23.5