diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-17 15:04:29 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-17 15:04:29 -0700 |
commit | e82ae68634df85b06ff816525aa64a72ac9d8771 (patch) | |
tree | 919d8064fa2f12899486b907d9c0a878f8423cb3 /content | |
parent | 48f47310204df4cb1bdb5ee8db761ab942b20527 (diff) |
adding partial time helper and hard coding date & time inputs
Diffstat (limited to 'content')
-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"` } |