no strconv import needed

poc8
zelig 11 years ago
parent 772e7e8c8d
commit 5e50b50dc3
  1. 4
      ethutil/slice.go

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

Loading…
Cancel
Save