go-pkg-rss/generator.go

8 lines
90 B
Go

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