about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-18 21:06:04 +0200
committerEmile <hanemile@protonmail.com>2019-08-18 21:06:04 +0200
commit386464f813952fa00956f6921d04f0b4825be23c (patch)
treeaa4567a64bcc133c494a51d6cb8131e635b3c573
parent15c9298f8678aa7ae193009e860428830a881040 (diff)
StringToTLE function signature
-rw-r--r--convert.go7
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) {
+	
+}