diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 19:56:13 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 19:56:13 +0200 |
commit | e1bb7b5ac5c6c16d18723f9a534ec06cf24da42c (patch) | |
tree | fb1daeab7873294b389d87f0ab2eef550db2d979 /go.mod | |
parent | 9ad0fecda8d75240659c43b0ccb505ac9f0ad2b0 (diff) |
added a go.mod
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..37fee5e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.darknebu.la/Satellite/TLE + +go 1.12 |