matthewmueller/joy

Improve map support

Open

#31 opened on Oct 12, 2017

 (0 comments) (0 reactions) (0 assignees)Go (34 forks)github user discovery
compilerhelp wanted

Repository metrics

Stars
 (1,317 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • isset
v, isset := mymap["key"]
if !isset {

}
  • error out on non-strings as keys

Contributor guide