Files
go-utils/name_generator/options.go
2025-06-11 15:31:59 +08:00

9 lines
172 B
Go

package name_generator
type DictionaryType string
type Dictionary []string
type DictionaryMap map[DictionaryType]Dictionary
type CombinedDictionaryType []DictionaryType