rss/src/generator.go

9 lines
90 B
Go

package feeder
type Generator struct {
Uri string;
Version string;
Text string;
}