go fmt ./...

This commit is contained in:
Nazar Kanaev 2021-03-22 22:09:04 +00:00
parent 9e8837b37d
commit 9fa8b8440a
5 changed files with 19 additions and 19 deletions

View file

@ -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
}