Browse Source

[docs] Fix missing quote on the 'feeds' import for the example (#49)

Closes gorilla/site#9
pull/50/head
Sean Enck 7 years ago committed by Matt Silverlock
parent
commit
0f9cac2220
  1. 2
      doc.go

2
doc.go

@ -13,7 +13,7 @@ Create a Feed and some Items in that feed using the generic interfaces:
import (
"time"
. "github.com/gorilla/feeds
. "github.com/gorilla/feeds"
)
now = time.Now()

Loading…
Cancel
Save