Commit 5e50b50d authored by zelig's avatar zelig

no strconv import needed

parent 772e7e8c
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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment