Fix linter complaints

pull/14/head
Vinícius Garcia 2022-03-15 20:55:18 -03:00
parent 18377f18f9
commit 1d396f8cac
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import (
"github.com/jackc/pgx/v4/pgxpool"
"github.com/vingarcia/ksql"
// This is imported here so the user don't
// have to worry about it when he uses it.
_ "github.com/lib/pq"
)