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

This commit is contained in:
Piotr Icikowski 2024-05-28 01:04:58 +02:00
parent b1a9c1287c
commit c9c1262313
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 @@
# `sets`
[![Go Report Card](https://goreportcard.com/badge/pkg.icikowski.pl/sets)](https://goreportcard.com/report/pkg.icikowski.pl/sets)
Sets and useful functions for working with them.

View File

@ -1,4 +1,4 @@
/*
Sets-related types & functions
Sets and useful functions for working with them.
*/
package sets