From 26de707af673c99eafbe00584f1ac5a29757f6d3 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 30 Aug 2019 14:53:06 +0200 Subject: fixed the git errors --- TLE.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TLE.go') diff --git a/TLE.go b/TLE.go index 89257ed..a0c51a8 100644 --- a/TLE.go +++ b/TLE.go @@ -7,7 +7,7 @@ More information can be found here: */ -package TLE +package tle // TLE defines the lines contained in a Two-Line-Element type TLE struct { @@ -88,11 +88,12 @@ type Epoch struct { Dayfraction float64 `json:"dayfraction"` } +// LineTwo of the TLE type LineTwo struct { Linenumber int `json:"linenumber"` // Catalog number defined by USSPACECOM - Satellitenumber int `json:"satellitenumber"` + SatelliteNumber int `json:"satellitenumber"` // Inclination // Unit: degrees -- cgit 1.4.1