miqt/cmd/miqt-docker/isatty_other.go

9 lines
85 B
Go

//+build !linux
//go:build !linux
package main
func isatty() bool {
return true
}