From 15c9298f8678aa7ae193009e860428830a881040 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 18 Aug 2019 21:05:14 +0200 Subject: renamed the struct to TLE --- TLE.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLE.go b/TLE.go index 6a201ef..f132f0d 100644 --- a/TLE.go +++ b/TLE.go @@ -5,7 +5,7 @@ Implementing the "Two-line element set (TLE)", a data format encoding orbital el package TLE // tlebytes defines a tle using raw bytes. -type tlebytes struct { +type TLE struct { TitleLine struct { Satname [24]byte `json:"satname"` } `json:"titleline"` -- cgit 1.4.1