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