7 lines
238 B
Go
7 lines
238 B
Go
|
|
// 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
|