about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TLE.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/TLE.go b/TLE.go
index 6929537..7bdb0f0 100644
--- a/TLE.go
+++ b/TLE.go
@@ -16,6 +16,8 @@ func NewTLE(titleLine TitleLine, lineOne LineOne, lineTwo LineTwo) *TLE {
 	return &TLE{TitleLine: titleLine, LineOne: lineOne, LineTwo: lineTwo}
 }
 
+// TitleLine defines the first line in the the TLE
+// It contains the name of the satellite
 type TitleLine struct {
 	Satname string `json:"satname"`
 }