summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-19 23:25:02 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-19 23:25:02 +0300
commit624ab88cad9469241bd83c2557e5d0a235cdd639 (patch)
tree287381d232c952158e7d2ad608b07de1eff4ac84 /go.mod
parent0e96204457dfed2a3e9768dcff38df45b0475c81 (diff)
Add boilerplate Go program
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..891f73a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module tasksamurai
+
+go 1.23.8