about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
Diffstat (limited to 'TLE.go')
-rw-r--r--TLE.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/TLE.go b/TLE.go
index 7a7672a..967e762 100644
--- a/TLE.go
+++ b/TLE.go
@@ -28,8 +28,8 @@ type LineOne struct {
 
 	// Catalog number defined by USSPACECOM
 	// A "U" indicates an unclassified object
-	SatelliteNumber int  `json:"satellitenumber"`
-	Classification  rune `json:"classification"`
+	SatelliteNumber int    `json:"satellitenumber"`
+	Classification  string `json:"classification"`
 
 	// International  Designator containing information about the launch
 	InternationalDesignator InternationalDesignator `json:"internationaldesignator"`