diff options
author | hanemile <hanemile@protonmail.com> | 2019-01-23 19:22:18 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2019-01-23 19:22:18 +0100 |
commit | 5d443b058ac5e0a32ba78893079a5d0c15bfddf7 (patch) | |
tree | 643778f8f21c92e9da28f844ad6da83ee6698010 | |
parent | ff8e4e2d572d772da480aaa6076884ba8c7773f2 (diff) |
Exported stargalaxy values
-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 } |