mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
Fix a few linter warnings + gofmt + goimports
This commit is contained in:
parent
75ac2a6f20
commit
80328b8dee
61 changed files with 132 additions and 68 deletions
|
@ -1,4 +1,5 @@
|
|||
//+build cgo,!no_sqlite3
|
||||
//go:build cgo && !no_sqlite3
|
||||
// +build cgo,!no_sqlite3
|
||||
|
||||
package blob
|
||||
|
||||
|
@ -40,8 +41,8 @@ func TestStore(t *testing.T, newStore func() module.BlobStore, cleanStore func(m
|
|||
|
||||
b, err := imapsql.New("sqlite3", ":memory:",
|
||||
imapsql2.ExtBlobStore{Base: store}, imapsql.Opts{
|
||||
PRNG: prng,
|
||||
Log: testutils.Logger(t, "imapsql"),
|
||||
PRNG: prng,
|
||||
Log: testutils.Logger(t, "imapsql"),
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue