summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2020-10-16 09:23:57 +0100
committerPaul Buetow <paul@buetow.org>2020-10-16 09:23:57 +0100
commit66c129c089dee23b03d1bb7850cbd82113c63cdb (patch)
treeb2d430fcede863610ae46faa38b57198ba269f66
parent2f700943480cf9767bf5090feeac626af742c1c8 (diff)
add 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..fc8892d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/snonux/algorithms
+
+go 1.14