Closed indrekj closed 6 years ago
range copies the values from the slice we are iterating over. We don't want to change copied values. Instead we want to mutate the contract sec ID list. See https://stackoverflow.com/questions/15945030/change-values-while-iterating-in-golang
range
cc @benalexau @emtq @creack
range
copies the values from the slice we are iterating over. We don't want to change copied values. Instead we want to mutate the contract sec ID list. See https://stackoverflow.com/questions/15945030/change-values-while-iterating-in-golang