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