about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-19 14:56:15 +0200
committerEmile <hanemile@protonmail.com>2019-08-19 14:56:15 +0200
commitb72f0449279b2e890540e21674776857bd873039 (patch)
tree1d2b8b2d309c982cfb73ad9de5e9201d6fe9ca7e /TLE.go
parent287883dddf3b0e65a006462849c10e5be3c43b61 (diff)
exported types
Diffstat (limited to 'TLE.go')
-rw-r--r--TLE.go10
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"`