Go to file
Suyono 667fafc5ca feat(set): fix up README.md 2023-07-03 15:43:17 +10:00
.gitignore feat(set): initial work 2023-07-03 14:25:27 +10:00
.tool-versions chore: init tool version 2023-07-03 11:42:50 +10:00
LICENSE Initial commit 2023-07-03 01:37:18 +00:00
README.md feat(set): fix up README.md 2023-07-03 15:43:17 +10:00
go.mod chore: go mod init 2023-07-03 11:44:45 +10:00
goset.go feat(set): initial work 2023-07-03 14:25:27 +10:00
goset_test.go feat(set): initial work 2023-07-03 14:25:27 +10:00

README.md

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

go get gitea.suyono.dev/suyono/goset