about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
Diffstat (limited to 'TLE.go')
-rw-r--r--TLE.go4
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{}
+}