about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-18 21:05:14 +0200
committerEmile <hanemile@protonmail.com>2019-08-18 21:05:14 +0200
commit15c9298f8678aa7ae193009e860428830a881040 (patch)
tree890ec229835fc32f3cee404df5df9f2e12b9c246
parentaa9b9473ae804f41f39d530a9112a0947950bea9 (diff)
renamed the struct to TLE
-rw-r--r--TLE.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/TLE.go b/TLE.go
index 6a201ef..f132f0d 100644
--- a/TLE.go
+++ b/TLE.go
@@ -5,7 +5,7 @@ Implementing the "Two-line element set (TLE)", a data format encoding orbital el
 package TLE
 
 // tlebytes defines a tle using raw bytes.
-type tlebytes struct {
+type TLE struct {
 	TitleLine struct {
 		Satname [24]byte `json:"satname"`
 	} `json:"titleline"`