From 27fd36b8343ea883553b6e2a575d403767f4b6f2 Mon Sep 17 00:00:00 2001 From: zhaifei Date: Fri, 9 Jun 2017 11:20:17 +0800 Subject: [PATCH] update lru --- lru_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lru_test.go b/lru_test.go index 70d9992..52efe0c 100644 --- a/lru_test.go +++ b/lru_test.go @@ -11,6 +11,7 @@ func TestNew(t *testing.T) { type args struct { size int } + tests := []struct { name string args args