mirror of
https://github.com/ipfs/kubo.git
synced 2025-12-19 01:30:17 +08:00
9 lines
94 B
Go
9 lines
94 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package util
|
|
|
|
func InsideGUI() bool {
|
|
return false
|
|
}
|