Skip to content

Commit

Permalink
[docs] Fix missing quote on the 'feeds' import for the example (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Enck authored and elithrar committed Jun 17, 2018
1 parent 111d2b8 commit 0f9cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create a Feed and some Items in that feed using the generic interfaces:
import ( import (
"time" "time"
. "github.com/gorilla/feeds . "github.com/gorilla/feeds"
) )
now = time.Now() now = time.Now()
Expand Down

0 comments on commit 0f9cac2

Please sign in to comment.