summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-17 15:04:29 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-17 15:04:29 -0700
commite82ae68634df85b06ff816525aa64a72ac9d8771 (patch)
tree919d8064fa2f12899486b907d9c0a878f8423cb3 /content
parent48f47310204df4cb1bdb5ee8db761ab942b20527 (diff)
adding partial time helper and hard coding date & time inputs
Diffstat (limited to 'content')
-rw-r--r--content/item.go2
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"`
}