podcatch/structs/structs.go
2021-05-24 19:30:56 +01:00

8 lines
81 B
Go

package structs
type Podcast struct {
Name string
URL string
Dir string
}