Add time-based generators

This commit is contained in:
Dan Jones 2025-03-10 11:47:01 -05:00
commit ee627547a8
3 changed files with 45 additions and 2 deletions

View file

@ -2,8 +2,6 @@ package nomino
import "strings"
type generator func() (string, error)
type config struct {
original string
prefix string