From 4e0dc88f28f7190a11d54835d401d8cfd6305daf Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 18 Aug 2019 20:51:05 +0200 Subject: added a function getting a string and returning a tlebytes object --- TLE.go | 4 ++++ 1 file changed, 4 insertions(+) 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{} +} -- cgit 1.4.1