mirror of https://github.com/VinGarcia/ksql.git
Fix linter complaints
parent
18377f18f9
commit
1d396f8cac
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue