1e59c10e6f
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: DeepWiki Dev <dev@deepwiki.local> Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
102 B
Go
8 lines
102 B
Go
package browser
|
|
|
|
import "runtime"
|
|
|
|
func launcherLeakless() bool {
|
|
return runtime.GOOS != "windows"
|
|
}
|