Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Oct 18, 2022
1 parent 2cd85e8 commit 30d8380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ m := make(map[string]string)
m["a"] = "1"
m["b"] = "2"
m["c"] = "3"
get := Values(m)
```
get := mapex.Values(m)
```

0 comments on commit 30d8380

Please sign in to comment.