mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 00:26:29 +00:00
- Fixed critical error checking (errcheck) for file operations, HTTP responses, JSON operations - Added proper JSON encoding error handling (errchkjson) in HTTP handlers - Fixed built-in redefinition by renaming max variable to maxETag - Optimized range loops to avoid copying large structs (gocritic) - Resolved variable shadowing issues in multiple functions (govet) - Improved code structure with nesting reduction (gocritic) - Enhanced test robustness with proper error handling Remaining issues are primarily style/documentation related (revive comments).