diff options
-rw-r--r-- | TLE.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TLE.go b/TLE.go index 5b1a370..5e7051c 100644 --- a/TLE.go +++ b/TLE.go @@ -18,13 +18,13 @@ type LineOne struct { Satellitenumber int `json:"satellitenumber"` Classification rune `json:"classification"` InternationalDesignator struct { - launchyear int8 `json:"launchyear"` - launchnumber int `json:"launchnumber"` - launchpiece rune `json:"launchpiece"` + Launchyear int8 `json:"launchyear"` + Launchnumber int `json:"launchnumber"` + Launchpiece rune `json:"launchpiece"` } `json:"internationaldesignator"` Epoch struct { - year int8 `json:"year"` - dayfraction float64 `json:"dayfraction"` + Year int8 `json:"year"` + Dayfraction float64 `json:"dayfraction"` } Firstderiv float64 `json:"firstderiv"` Secondderiv float64 `json:"secondderiv"` |