podcatch/structs/structs.go

8 lines
81 B
Go
Raw Normal View History

2021-05-24 20:30:56 +02:00
package structs
type Podcast struct {
Name string
URL string
Dir string
}