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