aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-06-19 15:59:46 +0200
committerMax Magorsch <arzano@gentoo.org>2020-06-19 15:59:46 +0200
commit7e4fe28c21bb42788d974114b2d4f160d5901b6a (patch)
treee8de6b2c86507da87b8e2e78d62bf7deb863a891 /pkg/models
parentInitial version (diff)
downloadarchives-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')
-rw-r--r--pkg/models/thread.go8
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
}