nirvash/page/page.go

11 lines
No EOL
106 B
Go

package page
import (
"time"
)
type Page struct {
Title string
Content string
Edited time.Time
}