/* Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. https://en.wikipedia.org/wiki/Two-line_element_set */ package TLE type TLE struct { type TitleLine struct { } `json: "titleline"` type TitleLine struct { } `json: "lineone"` type TitleLine struct { } `json: "linetwo"` }