From c701a93258287a358408f77bc17f3067a0f2aeb9 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Aug 2019 15:07:11 +0200 Subject: commented the TitleLine Struct --- TLE.go | 2 ++ 1 file changed, 2 insertions(+) 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"` } -- cgit 1.4.1