diff options
Diffstat (limited to 'content/item.go')
-rw-r--r-- | content/item.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/item.go b/content/item.go index 09f0760..c9aa423 100644 --- a/content/item.go +++ b/content/item.go @@ -6,8 +6,6 @@ import "time" type Item struct { ID int `json:"id"` Slug string `json:"slug"` - Time string `json:"time"` - Date string `json:"date"` Timestamp time.Time `json:"timestamp"` Updated time.Time `json:"updated"` } |