diff options
-rw-r--r-- | stargalaxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stargalaxy.go b/stargalaxy.go index c48f79f..931d203 100644 --- a/stargalaxy.go +++ b/stargalaxy.go @@ -1,7 +1,7 @@ package structs // struct bundling the star and the galaxy index it comes from -type stargalaxy struct { +type Stargalaxy struct { star Star2D index int64 } |