Skip to content

Commit

Permalink
pkg.test
Browse files Browse the repository at this point in the history
  • Loading branch information
keep-looking committed Dec 27, 2018
1 parent 45f725d commit 3a32aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuckoo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package cuckoo

import (
"errors"
"github.com/pkg/errors"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion mean_miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
package cuckoo

import (
"errors"
"sort"
"sync"

"github.com/AidosKuneen/numcpu"
"github.com/pkg/errors"
)

type bucket []uint64
Expand Down

0 comments on commit 3a32aa5

Please sign in to comment.