docs(package): add simple README.md and package descriptions
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Piotr Icikowski 2024-05-28 01:35:57 +02:00
parent 210cb07c17
commit 134fdfdfd7
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666
4 changed files with 8 additions and 3 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# `collections`
[![Go Report Card](https://goreportcard.com/badge/pkg.icikowski.pl/collections)](https://goreportcard.com/report/pkg.icikowski.pl/collections)
Collections and stream-like operations for Go.

View File

@ -1,4 +1,4 @@
/*
Handy comparators
Handy comparators.
*/
package comparators

View File

@ -1,4 +1,4 @@
/*
Function types
Function types.
*/
package functions

View File

@ -1,4 +1,4 @@
/*
Collections-related types and functions
Collections and stream-like operations for Go.
*/
package collections