summary refs log tree commit diff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.go b/http.go
index ca3c413..7d551ae 100644
--- a/http.go
+++ b/http.go
@@ -8,7 +8,7 @@ import (
 	"net/http"
 	"strings"
 
-	TLE "git.darknebu.la/Satellite/TLE"
+	tle "git.darknebu.la/Satellite/tle"
 	"github.com/gorilla/mux"
 )
 
@@ -60,7 +60,7 @@ func getHandler(w http.ResponseWriter, r *http.Request) {
 1 25544U 98067A   19229.39083552  .00000228  00000-0  11917-4 0  9993
 2 25544  51.6447  57.6210 0007373 294.0868 138.8050 15.50381554184754`
 
-		JSONTLE, err := TLE.NewTLE(RawTLE)
+		JSONTLE, err := tle.NewTLE(RawTLE)
 		if err != nil {
 			fmt.Println(err)
 		}