diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 19:54:12 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 19:54:12 +0200 |
commit | 9ad0fecda8d75240659c43b0ccb505ac9f0ad2b0 (patch) | |
tree | cbc7d5149a406b71b8fbb646cd4496f18217ece6 | |
parent | 63393cdf734df73b696b0ecbebfeaa8baed50c94 (diff) |
added some package documentation
-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 { |