Merge remote-tracking branch 'nikai3d/patch-2'
This commit is contained in:
commit
9d3e696082
@ -34,7 +34,7 @@ func main() {
|
|||||||
fmt.Println("map:", m)
|
fmt.Println("map:", m)
|
||||||
|
|
||||||
// The optional second return value when getting a
|
// The optional second return value when getting a
|
||||||
// value from a map indiciates if the key was present
|
// value from a map indicates if the key was present
|
||||||
// in the map. This can be used to disambiguate
|
// in the map. This can be used to disambiguate
|
||||||
// between missing keys and keys with zero values
|
// between missing keys and keys with zero values
|
||||||
// like `0` or `""`.
|
// like `0` or `""`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user