Files
go-ts/cmd/tui/noise_other.go

13 lines
172 B
Go
Raw Permalink Normal View History

//go:build !linux
package main
import (
"os"
)
func redirectStderr(f *os.File) {
// No-op on other platforms for now
// Windows doesn't have the ALSA noise problem
}