diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 20:55:27 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 20:55:27 +0200 |
commit | 207c1694bb495711028b64d51efa116a8c88a979 (patch) | |
tree | 7c5d17fc6ccd568750666d2cdb0586012a2c54dd | |
parent | 4e0dc88f28f7190a11d54835d401d8cfd6305daf (diff) |
removed TLEfromString function → belogs into the TLE2JSON repo
-rw-r--r-- | TLE.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TLE.go b/TLE.go index 6815b0f..6a201ef 100644 --- a/TLE.go +++ b/TLE.go @@ -42,7 +42,3 @@ type tlebytes struct { Checksum [1]byte `json:"checksum"` } `json:"linetwo"` } - -func TLEfromString(TLE string) tlebytes { - return tlebytes{} -} |