7 lines
81 B
Go
7 lines
81 B
Go
package structs
|
|
|
|
type Podcast struct {
|
|
Name string
|
|
URL string
|
|
Dir string
|
|
}
|