summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-11 23:24:55 +0530
committerAndinus <andinus@inventati.org>2020-03-11 23:24:55 +0530
commitf7edf1c239cf374e1a22daca016dac47c35da88c (patch)
treed00bcdc9c4a839999033b97cff1ad54962a22947 /go.mod
parenteada6c013b2f611a1528fd989d4075e364f8e5ff (diff)
downloadcetus-f7edf1c239cf374e1a22daca016dac47c35da88c.tar.gz
Initialize 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..fd85b01
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module framagit.org/andinus/cetus
+
+go 1.13