💡 Improve go doc comments with internal links
This commit is contained in:
parent
cdf12a767c
commit
c5a9f09166
8 changed files with 38 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue