We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c71bb6 + b00f841 commit ec0e1f4Copy full SHA for ec0e1f4
README.md
@@ -1,2 +1,2 @@
1
# ngen
2
-Random username generator.
+Random username generator with a total of 28479 * 6276 * 90963 * 30802 = 5.0078506e+17 unique combinations.
main.go
@@ -13,7 +13,7 @@ var verbs []string
13
14
func init() {
15
var err error
16
- adjectives, err = readLines("./ngen/words/adjectives.txt")
+ adjectives, err = readLines("./words/adjectives.txt")
17
if err != nil {
18
os.Exit(1)
19
}
0 commit comments