From e9fa0eda64e39ad36bd8db7b183cb98ab432cd73 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 8 Oct 2018 15:30:27 +0200 Subject: Simple package description --- structs/structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structs/structs.go') diff --git a/structs/structs.go b/structs/structs.go index bfce681..fe4d607 100644 --- a/structs/structs.go +++ b/structs/structs.go @@ -1,5 +1,10 @@ package structs +/* + The structs package defines structs that are used to store information that is used for processing + star related data. +*/ + // Force struct soring a force vector type Force struct { X, Y float64 -- cgit 1.4.1