aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}