mirror of
https://github.com/arnaucube/go-merkletree-iden3.git
synced 2026-02-07 03:26:46 +01:00
Add golangci-lint to GHA & fix lint warnings
This commit is contained in:
@@ -3,13 +3,12 @@ package leveldb
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/iden3/go-merkletree/db"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/syndtr/goleveldb/leveldb"
|
||||
"github.com/syndtr/goleveldb/leveldb/errors"
|
||||
"github.com/syndtr/goleveldb/leveldb/opt"
|
||||
"github.com/syndtr/goleveldb/leveldb/util"
|
||||
|
||||
"github.com/iden3/go-merkletree/db"
|
||||
)
|
||||
|
||||
// LevelDbStorage implements the db.Storage interface
|
||||
|
||||
Reference in New Issue
Block a user