aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-25 20:04:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-25 20:04:12 +0530
commit5311dee4b19fd60eab0ea5efd5a09f96a5219627 (patch)
tree1fb81f3befe156701a34dba2f9c553e0e728b819 /go.mod
first commitv1.0.0
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..652c3fe
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module vidhukant.com/maltoken
+
+go 1.21.4