From 386464f813952fa00956f6921d04f0b4825be23c Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 18 Aug 2019 21:06:04 +0200 Subject: StringToTLE function signature --- convert.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 convert.go 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) { + +} -- cgit 1.4.1