Skip to content

Commit

Permalink
Docs: improved main README
Browse files Browse the repository at this point in the history
  • Loading branch information
joselws committed Aug 17, 2023
1 parent ca14697 commit f0673fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# go-sets
Set data structure implementation for the Go programming language
# go-utils

Library with many utility functions and data structures for the Go programming language.

## Installation

To install this library, run the following code snippet in your terminal at your Go project folder location:

```
go get github.com/joselws/go-utils
```

## Available packages

- `Set` data structure [(go to documentation)](https://github.com/joselws/go-utils/blob/main/set/README.md)
- `Stack` data structure [(go to documentation)](https://github.com/joselws/go-utils/blob/main/stack/README.md)
4 changes: 0 additions & 4 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- document README with examples
- document main README
- document set README
- document stack README
- Set:
- Set Difference
- Symmetric difference
Expand Down

0 comments on commit f0673fa

Please sign in to comment.