```
func main() {
key := "key"
var obj map[string]any
obj["key"] = "value"
}
```
There's a pretty obvious problem in the above code. Which one do you think it is.. according to the #golang compiler?
And that is why languages should leave linting to linters.