diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:32:48 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:32:48 +0100 |
commit | 1fe0440a753f179b5ffe2a83167393237ca66fb7 (patch) | |
tree | ee8cbd75b08419cee95ae9c1b715f66a097c90ea | |
parent | a54bf5613b0c17d0a06b81405afbfd686e54b581 (diff) |
added module file
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/yulqen/coords + +go 1.14 |