about summary refs log tree commit diff
path: root/convert.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-08-19 14:52:06 +0200
committerEmile <hanemile@protonmail.com>2019-08-19 14:52:06 +0200
commita4770f7cbe18db9a297147057dac54aa2b349cf0 (patch)
tree3887b11cc7b4678d840cda758e3baf25e9c5dcf3 /convert.go
parent86ad39d115f35a8cd513bbdd104a737b8e0095df (diff)
removed the convert files, rewriting
Diffstat (limited to 'convert.go')
-rw-r--r--convert.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/convert.go b/convert.go
deleted file mode 100644
index 739a6eb..0000000
--- a/convert.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package TLE
-
-// StrinToTLE reads the inputTLE line by line, and inserts it into a TLE
-// struct
-func StringToTLE(inputTLE string) (TLE, error) {
-	return TLE{}, nil
-}