mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
🔒 A "Automated Password Generator"-clone written in Go
Winni Neessen
8f8e439f56
This commit includes refactoring variable names to enhance readability and understanding within the `RandomBytes`, `RandNum` and `RandomStringFromCharRange` methods. A constant, `maxInt32`, was also added to replace a hard-coded value for better code practice. Typos in the comments and documentation were corrected as well. |
||
---|---|---|
.forgejo/workflows | ||
.github | ||
.idea | ||
cmd/apg | ||
.gitignore | ||
.golangci.toml | ||
algo.go | ||
algo_test.go | ||
apg.go | ||
config.go | ||
config_test.go | ||
go.mod | ||
mode.go | ||
mode_test.go | ||
random.go | ||
random_test.go | ||
sonar-project.properties |