From 57d37c68b4d0b2081dc1c9177a8fe459a5407ddd Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 18 Aug 2019 20:01:45 +0200 Subject: go fmt --- TLE.go | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/TLE.go b/TLE.go index 4a4e5b5..376790f 100644 --- a/TLE.go +++ b/TLE.go @@ -5,13 +5,11 @@ Implementing the "Two-line element set (TLE)", a data format encoding orbital el package TLE type TLE struct { - type TitleLine struct { - - } `json: "titleline"` - type TitleLine struct { - - } `json: "lineone"` - type TitleLine struct { - - } `json: "linetwo"` + TitleLine struct { + satname [24]byte `json:"satname"` + } `json:"titleline"` + TitleLine struct { + } `json:"lineone"` + TitleLine struct { + } `json:"linetwo"` } -- cgit 1.4.1