6 ms·
How about describing the intended use of the collections? E.g. var usersByUsername map[string]*User var usersToEmail []*User
by samstokes 8y ago
How about describing the intended use of the collections? E.g.
var usersByUsername map[string]*User
var usersToEmail []*User