summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 13:29:28 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 13:29:28 -0600
commit4586f06b70a2f8b6d177d70ed3be2d9c1d51a0cd (patch)
tree0ca2cae9bd06ca329686dc8809aeddf4ce18bb56 /go.mod
initial commit
Diffstat (limited to 'go.mod')
-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..c60e021
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.lukeshu.com/imworkingon
+
+go 1.22.2