diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-06-19 15:59:46 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-06-19 15:59:46 +0200 |
commit | 7e4fe28c21bb42788d974114b2d4f160d5901b6a (patch) | |
tree | e8de6b2c86507da87b8e2e78d62bf7deb863a891 /pkg/models/thread.go | |
parent | Initial version (diff) | |
download | archives-7e4fe28c21bb42788d974114b2d4f160d5901b6a.tar.gz archives-7e4fe28c21bb42788d974114b2d4f160d5901b6a.tar.bz2 archives-7e4fe28c21bb42788d974114b2d4f160d5901b6a.zip |
Run go fmt
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'pkg/models/thread.go')
-rw-r--r-- | pkg/models/thread.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/models/thread.go b/pkg/models/thread.go index ebeff2a..3f50bde 100644 --- a/pkg/models/thread.go +++ b/pkg/models/thread.go @@ -1,8 +1,8 @@ package models type Threads []struct { - Id string - Headers map[string][]string - Subject string - Count int + Id string + Headers map[string][]string + Subject string + Count int } |