diff options
Diffstat (limited to 'TLE.go')
-rw-r--r-- | TLE.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TLE.go b/TLE.go index 967e762..117a8a4 100644 --- a/TLE.go +++ b/TLE.go @@ -75,7 +75,7 @@ type InternationalDesignator struct { Launchnumber int `json:"launchnumber"` // Piece of the launch - Launchpiece rune `json:"launchpiece"` + Launchpiece string `json:"launchpiece"` } // Epoch defines a moment in time |