From 4c954995612de39648a4c31704ff5ecdc4649d8e Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 5 Feb 2019 21:17:17 +0100 Subject: adjusted the comment to godoc standard --- stargalaxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stargalaxy.go b/stargalaxy.go index f4ebf3f..f6b5fef 100644 --- a/stargalaxy.go +++ b/stargalaxy.go @@ -1,6 +1,6 @@ package structs -// struct bundling the star and the galaxy index it comes from +// Stargalaxy is a struct bundling the star and the galaxy index it comes from type Stargalaxy struct { Star Star2D Index int64 -- cgit 1.4.1