mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-21 21:30:51 +01:00
🔒 A "Automated Password Generator"-clone written in Go
Winni Neessen
f3a4b516d1
The ordering of modes in the existing test was changed to logically group them together. In addition, a new test was added, `TestModesFromFlags`, to cover multiple different conditions including complex modes and cases where certain mode elements are excluded. This expansion in testing enhances our coverage of varied mode settings. |
||
---|---|---|
.github | ||
.idea | ||
cmd/apg | ||
.gitignore | ||
.golangci.toml | ||
algo.go | ||
apg.go | ||
config.go | ||
config_test.go | ||
go.mod | ||
mode.go | ||
mode_test.go | ||
random.go | ||
random_test.go | ||
sonar-project.properties |