diff options
author | emile <hanemile@protonmail.com> | 2018-10-08 15:30:27 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-08 15:30:27 +0200 |
commit | e9fa0eda64e39ad36bd8db7b183cb98ab432cd73 (patch) | |
tree | 728ace123900104e64f5a52e5451042e153d3474 /structs | |
parent | 5ca2e75f806254e719e90562fbaf4812c5f5f4c5 (diff) |
Simple package description
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 |