about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-18 19:54:12 +0200
committerEmile <hanemile@protonmail.com>2019-08-18 19:54:12 +0200
commit9ad0fecda8d75240659c43b0ccb505ac9f0ad2b0 (patch)
treecbc7d5149a406b71b8fbb646cd4496f18217ece6
parent63393cdf734df73b696b0ecbebfeaa8baed50c94 (diff)
added some package documentation
-rw-r--r--TLE.go4
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 {