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 package ethutil
import ( import ()
"strconv"
)
// Helper function for comparing slices // Helper function for comparing slices
func CompareIntSlice(a, b []int) bool { func CompareIntSlice(a, b []int) bool {