summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-07-18 16:32:48 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-07-18 16:32:48 +0100
commit1fe0440a753f179b5ffe2a83167393237ca66fb7 (patch)
treeee8cbd75b08419cee95ae9c1b715f66a097c90ea
parenta54bf5613b0c17d0a06b81405afbfd686e54b581 (diff)
added module file
-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..0ae7490
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/yulqen/coords
+
+go 1.14