Go to file
Renovate Bot 2edbeedb4e
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
build(deps): update dependency semantic-release to v24.1.1
2024-09-17 00:02:40 +00:00
.woodpecker build(deps): update golang docker tag to v1.23 2024-08-20 22:42:33 +02:00
.gitignore ci(init): add initial CI configuration 2023-11-04 20:36:50 +01:00
.releaserc.json ci(init): add initial CI configuration 2023-11-04 20:36:50 +01:00
.renovaterc.json ci(renovate): add Renovate bot configuration 2024-02-29 00:21:08 +01:00
CHANGELOG.md release(rc): v1.1.1-rc.3 2024-08-20 21:17:55 +00:00
functions_test.go feat(pkg): add initial source code 2023-07-21 23:09:38 +02:00
functions.go refactor(comments): beautify comments 2024-05-28 00:44:13 +02:00
go.mod build(deps): update all non-major dependencies 2024-03-02 00:02:55 +00:00
go.sum build(deps): update all non-major dependencies 2024-03-02 00:02:55 +00:00
LICENSE chore(license): add 0BSD license 2023-07-21 23:09:10 +02:00
package-lock.json build(deps): update dependency semantic-release to v24.1.1 2024-09-17 00:02:40 +00:00
package.go docs(package): add simple README.md and package description 2024-05-28 01:04:58 +02:00
package.json release(rc): v1.1.1-rc.3 2024-08-20 21:17:55 +00:00
README.md docs(package): add simple README.md and package description 2024-05-28 01:04:58 +02:00
set_test.go feat(pkg): add initial source code 2023-07-21 23:09:38 +02:00
set.go feat(set): add NewFromSlice function 2024-05-28 00:50:19 +02:00

sets

Go Report Card

Sets and useful functions for working with them.