Fixed tests for 'types'

This commit is contained in:
obscuren
2014-11-18 19:52:45 +01:00
parent 675ba4d7eb
commit 93e693be72
4 changed files with 7 additions and 5 deletions

View File

@ -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"