rss/source.go

7 lines
65 B
Go

package feeder
type Source struct {
Url string
Text string
}