Files
mailblog/blogentry.go

10 lines
115 B
Go

package main
type BlogEntry struct {
Id string
Title string
Author string
HTML string
Text string
}