diff options
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) { + +} |