mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-31 07:26:44 +00:00
CI/build: Update Go version, linters and fix minor issues (#1473)
* CI/build: Update Go version, linters and fix minor issues * Bump golangci-lint to v1.56.1 * BinanceUS: Make uint usage consistent * Throw blank identifiers into the trash
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
"github.com/thrasher-corp/gocryptotrader/database/drivers"
|
||||
)
|
||||
|
||||
//nolint:gocritic // Only used as a testing helper function in this package
|
||||
func CreateDatabase(t *testing.T) {
|
||||
t.Helper()
|
||||
// fun workarounds to globals ruining testing
|
||||
|
||||
Reference in New Issue
Block a user