go fmt ./...
This commit is contained in:
parent
9e8837b37d
commit
9fa8b8440a
5 changed files with 19 additions and 19 deletions
|
|
@ -9,12 +9,12 @@ type Feed struct {
|
|||
}
|
||||
|
||||
type Item struct {
|
||||
GUID string
|
||||
Date time.Time
|
||||
URL string
|
||||
GUID string
|
||||
Date time.Time
|
||||
URL string
|
||||
Title string
|
||||
|
||||
Content string
|
||||
ImageURL string
|
||||
Content string
|
||||
ImageURL string
|
||||
PodcastURL string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue