diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 21:13:32 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 21:13:32 +0200 |
commit | 2a61f54b7cdb3cf03ec42ec9296bfb83321acb41 (patch) | |
tree | b1535aea7d8fd6311ee3ffa5ef781e97e8046104 /convert_test.go | |
parent | 386464f813952fa00956f6921d04f0b4825be23c (diff) |
added the StringsToTLE function converting a string to a TLE
Diffstat (limited to 'convert_test.go')
-rw-r--r-- | convert_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convert_test.go b/convert_test.go new file mode 100644 index 0000000..690f903 --- /dev/null +++ b/convert_test.go @@ -0,0 +1 @@ +package TLE |