mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:19:28Z
11 lines
148 B
Go
11 lines
148 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package proxy
|
|
|
|
import "os/exec"
|
|
|
|
func hideWindow(cmd *exec.Cmd) {
|
|
// do nothing on non-windows platforms
|
|
}
|