(no title)
twentythree | 7 years ago
What's the best way to handle a situation where you use two different types for the same data? e.g.
var usersMap map[string]*User
var usersList []*Usertwentythree | 7 years ago
What's the best way to handle a situation where you use two different types for the same data? e.g.
var usersMap map[string]*User
var usersList []*User
samstokes|7 years ago
jpttsn|7 years ago
vorg|7 years ago
jimsmart|7 years ago