no strconv import needed
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user