💡 Add package level doc comment
This commit is contained in:
parent
c32a15f4a1
commit
ac3d1a5565
1 changed files with 6 additions and 0 deletions
6
nomino.go
Normal file
6
nomino.go
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue