Explorar el Código

Add `updated` property on posts

pull/10/head
Matt Baer hace 5 años
padre
commit
21dfda1c03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      post.go

+ 1
- 0
post.go Ver fichero

@@ -18,6 +18,7 @@ type (
RTL *bool `json:"rtl"`
Listed bool `json:"listed"`
Created time.Time `json:"created"`
Updated time.Time `json:"updated"`
Title string `json:"title"`
Content string `json:"body"`
Views int64 `json:"views"`


Cargando…
Cancelar
Guardar