You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the existing Select method returns [][]string, i expect there will be a SelectMany method returning []string which works like Java stream's flatMap or go-linq's SelectMany