about summary refs log tree commit diff
path: root/convert.go
diff options
context:
space:
mode:
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
-}