summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-13 01:35:16 +0900
committerhaturatu <taro@eyes4you.org>2024-12-13 01:35:16 +0900
commit209711b92311c6d14cc47da91f99a6e14956a72c (patch)
treedf77700e6913236a74d22cb944712f78559915c9 /go.mod
first 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..e9106ff
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module gjl
+
+go 1.23.4