Skip to content

Commit 0669eb1

Browse files
authored
Update README.md
1 parent 0a9c0c6 commit 0669eb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ func run(){
1919
m.Range(func(key string, value string){
2020
fmt.Println(key, value)
2121
}
22+
for k, v := range m.Map(){
23+
fmt.Println(k, v)
24+
25+
}
2226
}
2327
```
2428

0 commit comments

Comments
 (0)