about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-23 19:22:18 +0100
committerhanemile <hanemile@protonmail.com>2019-01-23 19:22:18 +0100
commit5d443b058ac5e0a32ba78893079a5d0c15bfddf7 (patch)
tree643778f8f21c92e9da28f844ad6da83ee6698010
parentff8e4e2d572d772da480aaa6076884ba8c7773f2 (diff)
Exported stargalaxy values
-rw-r--r--stargalaxy.go4
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
 }