Pulse/cmd/pulse
rcourtman e25e1af8cb chore: fix staticcheck SA warnings
- Fix SA4006 unused value issues in ssh.go, validation.go, generator.go
- Replace deprecated ioutil with io/os in config.go
- Replace deprecated tar.TypeRegA with tar.TypeReg
- Remove deprecated rand.Seed calls (auto-seeded in Go 1.20+)
- Fix always-true nil check in main.go
- Fix impossible nil comparison in tempproxy/client.go
- Add nil check for config in monitor.New()
2025-11-27 09:16:53 +00:00
..
bootstrap.go Fix bootstrap-token command to use correct env var and default path 2025-11-09 23:46:41 +00:00
config.go chore: fix staticcheck SA warnings 2025-11-27 09:16:53 +00:00
main.go chore: fix staticcheck SA warnings 2025-11-27 09:16:53 +00:00
metrics_server.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00