Skip to content

Commit

Permalink
Merge pull request #10 from easonlin404/master
Browse files Browse the repository at this point in the history
doc(readme): add missing import
  • Loading branch information
jinzhu authored Jun 20, 2018
2 parents d0a475c + 7f8622d commit 2bfb79d
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 2bfb79d

Please sign in to comment.