Hacker News new | ask | show | jobs
by majewsky 2515 days ago
> Multimaps, with multiple instances of a key

Isn't this just map[Key][]Value? The standard library uses these in several places, e.g. url.Values and http.Header, with assorted utility functions.

1 comments

You should send that feedback to the author of the article. I literally just cut and pasted those lists.