diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 21:06:04 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 21:06:04 +0200 |
commit | 386464f813952fa00956f6921d04f0b4825be23c (patch) | |
tree | aa4567a64bcc133c494a51d6cb8131e635b3c573 /convert.go | |
parent | 15c9298f8678aa7ae193009e860428830a881040 (diff) |
StringToTLE function signature
Diffstat (limited to 'convert.go')
-rw-r--r-- | convert.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/convert.go b/convert.go new file mode 100644 index 0000000..cc2ea2e --- /dev/null +++ b/convert.go @@ -0,0 +1,7 @@ +package TLE + +// StrinToTLE reads the inputTLE line by line, and inserts it into a TLE +// struct +func StringToTLE(inputTLE string) (TLE, err) { + +} |