summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tews <git@tews.dev>2024-06-10 04:09:07 +0200
committerMichael Tews <git@tews.dev>2024-06-10 04:09:07 +0200
commit528e82ec7835f7c681d2a961f3f2da2a833152db (patch)
treed17a0be6cf22ae32aa1b68e7cb8b6dfa9ef7b64d
build: go mod init
-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..92856ce
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/mewsen/interpreter
+
+go 1.22.3