diff options
Diffstat (limited to 'TLE.go')
-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"` |