rss/src/link.go

10 lines
100 B
Go

package feeder
type Link struct {
Href string;
Rel string;
Type string;
HrefLang string;
}