From 763de0b501e3d427c1751e8972bda2be415ed224 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 5 Jan 2021 17:44:07 +0300 Subject: Fix golangci warnings --- Makefile | 1 + plugins/kv/interface.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87f9f1a7..30eb2942 100755 --- a/Makefile +++ b/Makefile @@ -51,3 +51,4 @@ lint: ## Run application linters golangci-lint run kv: go test -v -race -cover -tags=debug -covermode=atomic ./plugins/kv/boltdb + go test -v -race -cover -tags=debug -covermode=atomic ./plugins/kv/memory diff --git a/plugins/kv/interface.go b/plugins/kv/interface.go index f17754e6..3512fd73 100644 --- a/plugins/kv/interface.go +++ b/plugins/kv/interface.go @@ -42,4 +42,4 @@ type Storage interface { // Close closes the storage and underlying resources. Close() error -} \ No newline at end of file +} -- cgit v1.2.3