summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAndriy Cherniy <qugalet@m0e.space>2024-12-27 11:22:56 +0200
committerAndriy Cherniy <qugalet@m0e.space>2024-12-27 11:22:56 +0200
commit3115c6b782a8d410023a4427e3b5f5dcdfb14d6b (patch)
tree4ef1493897233b88babf6e917845142f764b52dc /go.mod
downloadqutils-3115c6b782a8d410023a4427e3b5f5dcdfb14d6b.tar.gz
qutils-3115c6b782a8d410023a4427e3b5f5dcdfb14d6b.zip
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..7d1c070
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.m0e.space/qugalet/qutils
+
+go 1.23.4