diff options
-rw-r--r-- | TLE.go | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/TLE.go b/TLE.go index 4a4e5b5..376790f 100644 --- a/TLE.go +++ b/TLE.go @@ -5,13 +5,11 @@ Implementing the "Two-line element set (TLE)", a data format encoding orbital el package TLE type TLE struct { - type TitleLine struct { - - } `json: "titleline"` - type TitleLine struct { - - } `json: "lineone"` - type TitleLine struct { - - } `json: "linetwo"` + TitleLine struct { + satname [24]byte `json:"satname"` + } `json:"titleline"` + TitleLine struct { + } `json:"lineone"` + TitleLine struct { + } `json:"linetwo"` } |