💡 Improve go doc comments with internal links

This commit is contained in:
Dan Jones 2025-03-31 12:10:05 -05:00
commit c5a9f09166
8 changed files with 38 additions and 34 deletions

View file

@ -1,6 +1,7 @@
// 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.
//
// 1. Using the [Make] function.
// 2. Creating a generator, and using its [Generator.Make] method.
package nomino