cli/internal/prompter/echo_darwin_test.go
William Martin a44721d233 Add explicit build tags to platform-specific echo test files
The Go toolchain infers constraints from _darwin/_linux filename suffixes,
but explicit //go:build tags make the constraint visible without relying
on filename conventions, consistent with modern Go style.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-07 20:20:39 +02:00

7 lines
112 B
Go

//go:build darwin
package prompter_test
import "golang.org/x/sys/unix"
const ioctlGetTermios = unix.TIOCGETA