Module for generic collections https://pkg.go.dev/pkg.icikowski.pl/collections
Go to file
semantic-release-bot ccd10395e9
All checks were successful
ci/woodpecker/push/release Pipeline was successful
release(rc): v0.1.1-rc.11
## [0.1.1-rc.11](https://git.ext.icikowski.pl/go/collections/compare/v0.1.1-rc.10...v0.1.1-rc.11) (2024-05-27)

### Refactoring

* **comments:** beautify comments ([b3d5fbf](b3d5fbf332))
* **tests:** move `person` type to test function ([c0fb09e](c0fb09e573))

### Continuous Integrations

* **test:** remove `group` directive ([78b8b10](78b8b10998))

### Build system and dependencies

* **deps:** update project dependencies ([210cb07](210cb07c17))
2024-05-27 23:36:50 +00:00
.woodpecker ci(test): remove group directive 2024-05-28 01:11:23 +02:00
comparators docs(package): add simple README.md and package descriptions 2024-05-28 01:35:57 +02:00
functions docs(package): add simple README.md and package descriptions 2024-05-28 01:35:57 +02:00
.gitignore ci(init): add initial CI configuration 2023-11-04 20:37:00 +01:00
.releaserc.json ci(init): add initial CI configuration 2023-11-04 20:37:00 +01:00
.renovaterc.json ci(renovate): add Renovate bot configuration 2024-02-29 00:18:52 +01:00
CHANGELOG.md release(rc): v0.1.1-rc.11 2024-05-27 23:36:50 +00:00
collection_test.csv feat(pkg): add initial source code 2023-07-26 22:13:21 +02:00
collection_test.go refactor(tests): move person type to test function 2024-05-28 01:30:00 +02:00
collection.go refactor(comments): beautify comments 2024-05-28 01:28:25 +02:00
functions.go refactor(comments): beautify comments 2024-05-28 01:28:25 +02:00
go.mod build(deps): update project dependencies 2024-05-28 01:31:49 +02:00
go.sum build(deps): update project dependencies 2024-05-28 01:31:49 +02:00
LICENSE chore(license): add 0BSD license 2023-07-26 22:12:45 +02:00
optional_test.go feat(pkg): add initial source code 2023-07-26 22:13:21 +02:00
optional.go refactor(comments): beautify comments 2024-05-28 01:28:25 +02:00
package-lock.json release(rc): v0.1.1-rc.11 2024-05-27 23:36:50 +00:00
package.go docs(package): add simple README.md and package descriptions 2024-05-28 01:35:57 +02:00
package.json release(rc): v0.1.1-rc.11 2024-05-27 23:36:50 +00:00
README.md docs(package): add simple README.md and package descriptions 2024-05-28 01:35:57 +02:00

collections

Go Report Card

Collections and stream-like operations for Go.