go-pkg-rss/link.go

9 lines
105 B
Go

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