go-pkg-rss/src/content.go

9 lines
100 B
Go

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