Skip to content

Commit

Permalink
doc(readme): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 committed Jun 8, 2018
1 parent d0a475c commit 7f8622d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ To use it, basic flow is:
Here is an example:

```go
package main

import (
"github.com/qor/auth"
"github.com/qor/auth/auth_identity"
Expand All @@ -26,6 +28,10 @@ import (
"github.com/qor/auth/providers/facebook"
"github.com/qor/auth/providers/twitter"
"github.com/qor/session/manager"

_ "github.com/mattn/go-sqlite3"

"net/http"
)

var (
Expand Down

0 comments on commit 7f8622d

Please sign in to comment.