about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-19 17:35:57 +0200
committerEmile <hanemile@protonmail.com>2019-08-19 17:35:57 +0200
commit08297d68318d2165fc645754762dcddce42efbe2 (patch)
tree7ea0a14f1a0d669c319476f98242dc739d2405de /TLE.go
parent3fd00f20af5e0a9e2a4e30a2b74c038b87445587 (diff)
converted Classification to a string
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"`