userpages
userpages copied to clipboard
doesn't work in case the array B is empty
if need to to be changed: if _, ok := m[item]; !ok || len(m) == 0 {
Actually it works if B is empty. Please give an example in Go playground where it does not work.