go fmt ./...
This commit is contained in:
parent
9e8837b37d
commit
9fa8b8440a
5 changed files with 19 additions and 19 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue