docs(package): add simple README.md and package description

This commit is contained in:
Piotr Icikowski 2024-05-28 00:20:57 +02:00
parent 73328b0ef7
commit 97bf50af45
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666
2 changed files with 6 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# `generics`
[![Go Report Card](https://goreportcard.com/badge/pkg.icikowski.pl/generics)](https://goreportcard.com/report/pkg.icikowski.pl/generics)
Collection of helpers and functions using generics.

View File

@ -1,4 +1,4 @@
/*
Generics-related functions
Collection of helpers and functions using generics.
*/
package generics