diff --git a/example/main.go b/example/main.go index a17fa8b..6d6aa0e 100644 --- a/example/main.go +++ b/example/main.go @@ -1,7 +1,7 @@ package main import ( - "exp/sql" + "database/sql" "fmt" _ "github.com/mattn/go-sqlite3" "os"