mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
Fix linting
This commit is contained in:
parent
3ca9dae95a
commit
11b48749bf
51 changed files with 68 additions and 65 deletions
|
@ -9,10 +9,10 @@ package postgres
|
|||
|
||||
import (
|
||||
// Import the postgres database driver.
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/element-hq/dendrite/internal/sqlutil"
|
||||
"github.com/element-hq/dendrite/mediaapi/storage/shared"
|
||||
"github.com/element-hq/dendrite/setup/config"
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
// NewDatabase opens a postgres database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue