mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
6 lines
89 B
Go
6 lines
89 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
func activateExistingSingleInstanceWindow(pid int) {}
|