From f54918bb664f12c3b237dd53a2fdac7a2c61356a Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 11 Sep 2019 20:27:23 +0200 Subject: updated the modules --- http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http.go') 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) } -- cgit 1.4.1