Files
goreplay/vendor/github.com/araddon/gou/log_windows.go
2019-05-13 20:38:06 +03:00

9 lines
183 B
Go

// +build windows
package gou
// Determine is this process is running in a Terminal or not?
func IsTerminal() bool {
return false // TODO Needs correct implementation on Windows
}