From 93e693be72e1a7734e826016316434c1e2320de9 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 18 Nov 2014 19:52:45 +0100 Subject: Fixed tests for 'types' --- trie/trie_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'trie') diff --git a/trie/trie_test.go b/trie/trie_test.go index 25eb1742f..207d41f30 100644 --- a/trie/trie_test.go +++ b/trie/trie_test.go @@ -1,12 +1,14 @@ package trie import ( + "bytes" "encoding/hex" "encoding/json" "fmt" "io/ioutil" "math/rand" "net/http" + "testing" "time" checker "gopkg.in/check.v1" -- cgit v1.2.3