diff options
-rw-r--r-- | force.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/force.go b/force.go index 32d1d6c..3bc6d93 100644 --- a/force.go +++ b/force.go @@ -1,3 +1,5 @@ +// Collection of functions calculating the force inbetween of stars + package main import ( |