7 lines
102 B
Go
7 lines
102 B
Go
//go:build !(windows || unix || darwin)
|
|
|
|
package osthread
|
|
|
|
func onmainthread() bool {
|
|
return false
|
|
}
|