Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ranging over nil values

Choose a tag to compare

@spekary spekary released this 09 Nov 17:05
· 22 commits to main since this release
a44c292

A little work saver. You can correctly range over a nil map and it will do nothing, rather than complain that the map is nil. So it behaves the same as a built-in map in this way.