Small library to deduplicate Go values.
go get github.com/altipla-consulting/unique
original := []string{"foo", "bar", "foo", "baz"}
uq := unique.Slice[string](original)
You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt
.