diff options
author | Emile <hanemile@protonmail.com> | 2019-08-18 19:47:58 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-18 19:47:58 +0200 |
commit | 63393cdf734df73b696b0ecbebfeaa8baed50c94 (patch) | |
tree | 8ee17a15ae7f19a43d50e8248c28734bf83b61a3 | |
parent | a5ed5799beb211c503ba0e773d4a3ae3f49fa697 (diff) |
basic lines
-rw-r--r-- | TLE.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TLE.go b/TLE.go new file mode 100644 index 0000000..2d81c8b --- /dev/null +++ b/TLE.go @@ -0,0 +1,13 @@ +package TLE + +type TLE struct { + type TitleLine struct { + + } `json: "titleline"` + type TitleLine struct { + + } `json: "lineone"` + type TitleLine struct { + + } `json: "linetwo"` +} |