Closed mcncl closed 2 years ago
The example on Generics shows
fmt.Println("keys m:", MapKeys(m))
but the expected output shows
keys: [4 1 2] list: [10 13 23]
In order to align the example output for keys: with that of list: the m must be removed from the code.
keys:
list:
m
@eliben thanks for the feedback! I've generated those files and updated this PR.
The example on Generics shows
but the expected output shows
In order to align the example output for
keys:
with that oflist:
them
must be removed from the code.