rss/src/author.go

8 lines
84 B
Go

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