github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/sysproxy/sysproxy_others.go (about) 1 //go:build !linux && !windows && !android && !darwin 2 // +build !linux,!windows,!android,!darwin 3 4 package sysproxy 5 6 func SetSysProxy(_, _, _, _ string) {} 7 func UnsetSysProxy() {}