rss/author.go

8 lines
81 B
Go

package feeder
type Author struct {
Name string
Uri string
Email string
}