From ac3d1a556575e068e859efb3f600f6bd963c71cb Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sun, 23 Mar 2025 10:53:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20package=20level=20doc=20co?= =?UTF-8?q?mment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nomino.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nomino.go 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