From d2e9d8320857f5768c54843a43ad16f59d6a3e8f Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 20 May 2021 22:46:19 +0300 Subject: - Update linters - Implement base interfaces - Implement BST search algo for the in-memory storage Signed-off-by: Valery Piashchynski --- pkg/pool/supervisor_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/pool/supervisor_pool.go') diff --git a/pkg/pool/supervisor_pool.go b/pkg/pool/supervisor_pool.go index 40903db3..ca61dbc4 100755 --- a/pkg/pool/supervisor_pool.go +++ b/pkg/pool/supervisor_pool.go @@ -15,7 +15,7 @@ import ( const MB = 1024 * 1024 // NSEC_IN_SEC nanoseconds in second -const NSEC_IN_SEC int64 = 1000000000 //nolint:golint,stylecheck +const NSEC_IN_SEC int64 = 1000000000 //nolint:stylecheck type Supervised interface { Pool -- cgit v1.2.3