diff options
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 } |