no strconv import needed

This commit is contained in:
zelig 2014-06-29 16:06:54 +01:00
parent 772e7e8c8d
commit 5e50b50dc3

View File

@ -1,8 +1,6 @@
package ethutil
import (
"strconv"
)
import ()
// Helper function for comparing slices
func CompareIntSlice(a, b []int) bool {