diff options
-rw-r--r-- | TLE.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TLE.go b/TLE.go index 2d81c8b..4a4e5b5 100644 --- a/TLE.go +++ b/TLE.go @@ -1,3 +1,7 @@ +/* +Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. https://en.wikipedia.org/wiki/Two-line_element_set +*/ + package TLE type TLE struct { |