mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-18 03:57:06 +08:00
8 lines
147 B
Go
8 lines
147 B
Go
//go:build !darwin && !windows
|
|
|
|
package netproxy
|
|
|
|
func loadSystemProxyConfig() systemProxyConfig {
|
|
return systemProxyConfig{Source: "env-only"}
|
|
}
|