no strconv import needed

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

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

Loading…
Cancel
Save