From 7f8622ddb5c5bfc0d5c89c5d4c0d98b1790764c4 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Fri, 8 Jun 2018 18:05:30 +0800 Subject: [PATCH] doc(readme): add missing import --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e864b1e..85834ec 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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 (