feat: name generator.

This commit is contained in:
Bobo
2025-06-11 15:31:59 +08:00
parent b2efe51e40
commit 41c8b6d9dd
26 changed files with 191903 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package name_generator
type DictionaryType string
type Dictionary []string
type DictionaryMap map[DictionaryType]Dictionary
type CombinedDictionaryType []DictionaryType