Paket google.golang.org/appengine/demos/guestbook (v1.6.8)

Salam

type Greeting struct {
	Author  string
	Content string
	Date    time.Time
}