aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-10-17 16:40:59 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-10-17 16:40:59 +0200
commitabdcf2285bbc74f946747eda81f3a8a1d50a9088 (patch)
treee63e1895a5864ba38e51147b042daddfe8feff47
parente18c7a4ba5be7161a56a4fcdd627f7c396209c2b (diff)
go.mod added
-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..66c8161
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module codeblau.de/taler
+
+go 1.17