github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/pkg/terminal/console_unix.go (about) 1 //go:build !windows 2 // +build !windows 3 4 package terminal 5 6 // SetConsole for non-windows environments is a no-op. 7 func SetConsole() error { 8 return nil 9 }