4 lines
55 B
Go
4 lines
55 B
Go
type Page struct {
|
|
Title string
|
|
Body []byte
|
|
}
|
type Page struct {
|
|
Title string
|
|
Body []byte
|
|
}
|