From 207c1694bb495711028b64d51efa116a8c88a979 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 18 Aug 2019 20:55:27 +0200 Subject: removed TLEfromString function → belogs into the TLE2JSON repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TLE.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TLE.go') diff --git a/TLE.go b/TLE.go index 6815b0f..6a201ef 100644 --- a/TLE.go +++ b/TLE.go @@ -42,7 +42,3 @@ type tlebytes struct { Checksum [1]byte `json:"checksum"` } `json:"linetwo"` } - -func TLEfromString(TLE string) tlebytes { - return tlebytes{} -} -- cgit 1.4.1