Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marpit19 committed Sep 8, 2024
1 parent 95414b7 commit cb82c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ go get github.com/marpit19/goquickmap
Note: All keys in the current implementation must be strings.

### QuickMap
```go
```
m := quickmap.New()
m.Insert("key", "value") // key must be a string
value, exists := m.Get("key")
```

## Performance

Expand Down

0 comments on commit cb82c91

Please sign in to comment.