mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-05 09:52:33 +08:00
整理代码
This commit is contained in:
@ -233,7 +233,7 @@ func ConvertCProxyToSProxy(proxy string) (model.Outbound, error) {
|
||||
return proxy, nil
|
||||
}
|
||||
}
|
||||
return model.Outbound{}, errors.New("Unknown proxy format")
|
||||
return model.Outbound{}, errors.New("unknown proxy format")
|
||||
}
|
||||
|
||||
func ConvertCProxyToJson(proxy string) (string, error) {
|
||||
|
Reference in New Issue
Block a user