|
6fe49344e2
|
fix: resolve errcheck, gosec, and mnd linter errors
- Fixed unhandled errors in init.go (os.Setenv/Unsetenv)
- Fixed unhandled errors in test_helpers.go (os.Setenv/Unsetenv)
- Replaced magic numbers with named constants:
- defaultSecretLength = 16
- mnemonicEntropyBits = 128
- tabWriterPadding = 2
|
2025-07-09 06:59:01 -07:00 |
|