Skip to content

Commit

Permalink
docs: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosind committed Aug 16, 2022
1 parent bcf1e8b commit 9c965a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This package provides the following data structure interfaces and implementation

- [`HashSet`](https://pkg.go.dev/github.com/ghosind/collection#HashSet): The implementation of Set based on Go built-in map structure.

- [`ConcurrentHashSet`](https://pkg.go.dev/github.com/ghosind/collection#ConcurrentHashSet): The thread safe implementation of Set based on Go built-in map structure.

## Installation

You can install this package by the following command.
Expand Down

0 comments on commit 9c965a4

Please sign in to comment.