mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
term.ReadPassword takes an int, but syscall.Stdin is syscall.Handle (uintptr) on Windows. The explicit cast keeps the call building on Windows while a //nolint:unconvert silences the false positive on Unix where syscall.Stdin is already int. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>