package TLE // StrinToTLE reads the inputTLE line by line, and inserts it into a TLE // struct func StringToTLE(inputTLE string) (TLE, err) { }