整理代码

This commit is contained in:
2024-03-22 16:10:15 +08:00
parent cb65b2f453
commit 07c9d93767
16 changed files with 428 additions and 442 deletions

View File

@ -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) {