docs(package): add simple README.md
and package descriptions
This commit is contained in:
parent
210cb07c17
commit
134fdfdfd7
5
README.md
Normal file
5
README.md
Normal 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.
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
Handy comparators
|
||||
Handy comparators.
|
||||
*/
|
||||
package comparators
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
Function types
|
||||
Function types.
|
||||
*/
|
||||
package functions
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
Collections-related types and functions
|
||||
Collections and stream-like operations for Go.
|
||||
*/
|
||||
package collections
|
||||
|
Loading…
Reference in New Issue
Block a user