From 3a32aa517f11553dabcb616d413c6cbbdd4d9d0f Mon Sep 17 00:00:00 2001 From: keep-looking <8t9587+16br9e37xeuko@sharklasers.com> Date: Thu, 27 Dec 2018 20:12:40 +0900 Subject: [PATCH] pkg.test --- cuckoo.go | 2 +- mean_miner.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cuckoo.go b/cuckoo.go index 707d018..eb580d2 100644 --- a/cuckoo.go +++ b/cuckoo.go @@ -21,7 +21,7 @@ package cuckoo import ( - "errors" + "github.com/pkg/errors" ) const ( diff --git a/mean_miner.go b/mean_miner.go index 97b554a..4ce0bab 100644 --- a/mean_miner.go +++ b/mean_miner.go @@ -24,11 +24,11 @@ package cuckoo import ( - "errors" "sort" "sync" "github.com/AidosKuneen/numcpu" + "github.com/pkg/errors" ) type bucket []uint64