From ff8e4e2d572d772da480aaa6076884ba8c7773f2 Mon Sep 17 00:00:00 2001 From: hanemile Date: Wed, 23 Jan 2019 19:19:23 +0100 Subject: Exporting the stargalaxy struct --- stargalaxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit 1.4.1