about summary refs log tree commit diff
path: root/stargalaxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'stargalaxy.go')
-rw-r--r--stargalaxy.go2
1 files changed, 1 insertions, 1 deletions
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
 }