File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1- ## 0.1.0 (Unreleased )
1+ ## 0.1.0 (2017-08-15 )
22
3- * TBD*
3+ Basic filter features
4+
5+ - New Filter
6+ - Configuring
7+ - Insert
8+ - Insert Unique
9+ - Lookup
10+ - Delete
11+ - Item Count
12+ - Save
13+ - Load
Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ Install via `go get`
1616
1717## Usage
1818
19+ - [ New Filter] ( #new-filter )
20+ - [ Configuring] ( #configuration )
21+ - [ Insert] ( #insert )
22+ - [ Insert Unique] ( #insert-unique )
23+ - [ Lookup] ( #lookup )
24+ - [ Delete] ( #delete )
25+ - [ Item Count] ( #item-count )
26+ - [ Save] ( #save )
27+ - [ Load] ( #load )
28+
1929### New Filter
2030
2131Create a new filter with default configuration
@@ -66,7 +76,7 @@ func main() {
6676}
6777```
6878
69- ### InsertUnique
79+ ### Insert Unique
7080
7181Inserting items into a filter only if they do not already exist
7282
@@ -135,7 +145,7 @@ func main() {
135145}
136146```
137147
138- ### ItemCount
148+ ### Item Count
139149
140150Getting the item count of filter. ** Using Insert with duplicates will cause the
141151item count to be more like a total items inserted count** . Using InsertUnique
You can’t perform that action at this time.
0 commit comments