9 lines
114 B
Go
9 lines
114 B
Go
|
package site
|
||
|
|
||
|
type XMLPost struct {
|
||
|
Link string
|
||
|
Title string
|
||
|
DateFormal string
|
||
|
Content string
|
||
|
}
|