The [delete](<https://golang.org/pkg/builtin/#delete>) built-in function removes the element with the specified key from a map.

https://codeeval.dev/gist/3c8272f28e685d469fa336ee5f02e485

If the map is nil or there is no such element, delete has no effect.

https://codeeval.dev/gist/0df5fc6587b0b538d3d206b564553c4d