diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 21:05:14 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 21:05:14 +0200 |
commit | 15c9298f8678aa7ae193009e860428830a881040 (patch) | |
tree | 890ec229835fc32f3cee404df5df9f2e12b9c246 | |
parent | aa9b9473ae804f41f39d530a9112a0947950bea9 (diff) |
renamed the struct to TLE
-rw-r--r-- | TLE.go | 2 |
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"` |