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

@ -26,7 +26,7 @@ func TestJSONFeed(t *testing.T) {
]
}`))
want := &Feed{
Title: "My Example Feed",
Title: "My Example Feed",
SiteURL: "https://example.org/",
Items: []Item{
{GUID: "2", Content: "This is a second item.", URL: "https://example.org/second-item"},