🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen b31219046a
#53 Refactor mode handling and bitmask functions
The naming and handling of mode bitmasks have been refactored for improved code readability and maintainability. The term "Mode" was replaced with "ModeMask" for clarity and all associated functions were renamed accordingly (e.g., "SetMode" to "MaskSetMode"). These changes provide better insight into the function of the code and increase understandability for future development efforts. The command-line utility now also supports specifying modes via the "-M" flag.
2023-08-04 17:14:24 +02:00
.github Update docker-publish.yml 2022-05-12 10:04:48 +02:00
.idea v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
cmd/apg #53 Refactor mode handling and bitmask functions 2023-08-04 17:14:24 +02:00
.gitignore Refactor generator and add config options 2023-08-04 16:02:58 +02:00
.golangci.toml v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
algo.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
apg.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
config.go #53 Refactor mode handling and bitmask functions 2023-08-04 17:14:24 +02:00
config_test.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
go.mod v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
mode.go #53 Refactor mode handling and bitmask functions 2023-08-04 17:14:24 +02:00
mode_test.go #53 Refactor mode handling and bitmask functions 2023-08-04 17:14:24 +02:00
random.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
random_test.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
sonar-project.properties Integrate with SonarQube 2022-04-12 20:00:16 +02:00