diff --git a/nomino.go b/nomino.go new file mode 100644 index 0000000..8310519 --- /dev/null +++ b/nomino.go @@ -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