feat(set): fix up README.md
This commit is contained in:
parent
a57bf0d1c4
commit
667fafc5ca
@ -1,2 +1,10 @@
|
|||||||
# goset
|
# goset
|
||||||
|
|
||||||
|
One would argue that implementing set in go is easy. Thus, a library for a set is unnecessary. I agree, but if you have
|
||||||
|
to implement it over and over again for many projects, it becomes tedious. So, I wrote a simple library, hoping it would
|
||||||
|
save me a few lines in my projects.
|
||||||
|
|
||||||
|
As any other go library, you can install it by
|
||||||
|
```shell
|
||||||
|
go get gitea.suyono.dev/suyono/goset
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user