From 5d443b058ac5e0a32ba78893079a5d0c15bfddf7 Mon Sep 17 00:00:00 2001 From: hanemile Date: Wed, 23 Jan 2019 19:22:18 +0100 Subject: Exported stargalaxy values --- stargalaxy.go | 4 ++-- 1 file 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 } -- cgit 1.4.1