Skip to content

altipla-consulting/unique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unique

Go Reference

Small library to deduplicate Go values.

Install

go get github.com/altipla-consulting/unique

Usage

original := []string{"foo", "bar", "foo", "baz"}
uq := unique.Slice[string](original)

Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt.

License

MIT License