mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Added defaultSoundTouchPort constant (8090) to client.go - Updated parseBassHostPort and parseHostPort test utility functions to use constant - Removed unnecessary defaultPort parameters that always received 8090 - Fixed function signatures and all call sites in integration tests Progress: Reduced unparam issues from 3 to 1 (only client.go post method remains) Total issues: 23 → 21 (9% improvement) Remaining: - gocyclo: 14 (complexity) - revive: 1 (DiscoveryService naming) - staticcheck: 5 - unparam: 1 (client.post result parameter - kept for future extensibility)