diff options
author | Emile <hanemile@protonmail.com> | 2019-08-19 17:37:23 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-19 17:37:23 +0200 |
commit | 7adbe2591309ceece6e7d9ea0c45b214ced69baa (patch) | |
tree | 6ee2967cf96fc7819c6ef1a4818d9e0d28f04f3d /TLE.go | |
parent | 08297d68318d2165fc645754762dcddce42efbe2 (diff) |
converted Launchpiece to a string
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 |