mirror of
https://github.com/mappu/miqt.git
synced 2025-05-08 13:00:20 +00:00
9 lines
85 B
Go
9 lines
85 B
Go
//+build !linux
|
|
//go:build !linux
|
|
|
|
package main
|
|
|
|
func isatty() bool {
|
|
return true
|
|
}
|