about summary refs log tree commit diff
path: root/structs/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs/structs.go')
-rw-r--r--structs/structs.go5
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