diff options
Diffstat (limited to 'structs')
-rw-r--r-- | structs/structs.go | 5 |
1 files changed, 5 insertions, 0 deletions
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 |