Fix build

This commit is contained in:
Fedor Korotkiy 2020-03-27 22:53:09 +03:00
parent b1863ec9a1
commit 52d9956d49

View file

@ -2,6 +2,7 @@ package lrucache
import ( import (
"math/rand" "math/rand"
"runtime/debug"
"sort" "sort"
"testing" "testing"