Skip to content

Commit 0f9cac2

Browse files
enckseelithrar
authored andcommitted
[docs] Fix missing quote on the 'feeds' import for the example (#49)
Closes gorilla/gorilla.github.io#9
1 parent 111d2b8 commit 0f9cac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Create a Feed and some Items in that feed using the generic interfaces:
1313
1414
import (
1515
"time"
16-
. "github.com/gorilla/feeds
16+
. "github.com/gorilla/feeds"
1717
)
1818
1919
now = time.Now()

0 commit comments

Comments
 (0)