diff options
-rw-r--r-- | TLE.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TLE.go b/TLE.go index 6a201ef..6815b0f 100644 --- a/TLE.go +++ b/TLE.go @@ -42,3 +42,7 @@ type tlebytes struct { Checksum [1]byte `json:"checksum"` } `json:"linetwo"` } + +func TLEfromString(TLE string) tlebytes { + return tlebytes{} +} |