Skip to content

Commit

Permalink
[doc] Correct the explanation in Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed Jul 3, 2024
1 parent 69293d9 commit 2459cf3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@ Alternatively, use `go get`:
go get -u github.com/biocrosscoder/flex
```

***The package path above is not actually used in the code, use the following pacakge paths when necessary:***

+ github.com/biocrosscoder/flex/itertools
+ github.com/biocrosscoder/flex/functools
+ github.com/biocrosscoder/flex/collections
+ github.com/biocrosscoder/flex/collections/arraylist
+ github.com/biocrosscoder/flex/collections/linkedlist
+ github.com/biocrosscoder/flex/collections/queue
+ github.com/biocrosscoder/flex/collections/set
+ github.com/biocrosscoder/flex/collections/dict
+ github.com/biocrosscoder/flex/collections/orderedcontainers
+ github.com/biocrosscoder/flex/typed/itertools
+ github.com/biocrosscoder/flex/typed/functools
+ github.com/biocrosscoder/flex/typed/collections
+ github.com/biocrosscoder/flex/typed/collections/arraylist
+ github.com/biocrosscoder/flex/typed/collections/linkedlist
+ github.com/biocrosscoder/flex/typed/collections/queue
+ github.com/biocrosscoder/flex/typed/collections/set
+ github.com/biocrosscoder/flex/typed/collections/dict
+ github.com/biocrosscoder/flex/typed/collections/orderedcontainers
+ github.com/biocrosscoder/flex/typed/collections/sortedcontainers
+ github.com/biocrosscoder/flex/typed/collections/sortedcontainers/sortedlist

### Running Flex

Example 1: Remove duplicates from a slice
Expand Down

0 comments on commit 2459cf3

Please sign in to comment.