go-pkg-rss/content.go

9 lines
92 B
Go

package feeder
type Content struct {
Type string
Lang string
Base string
Text string
}