💡 Add package level doc comment

This commit is contained in:
Dan Jones 2025-03-23 10:53:49 -05:00
commit ac3d1a5565

6
nomino.go Normal file
View file

@ -0,0 +1,6 @@
// Package nomino is a utility that allows us to generate random filenames.
//
// There are two main methods of using nomino.
// 1. Using the `nomini.Make` function.
// 2. Creating a generator, and using its `Make` method.
package nomino