2
0
forked from drew/smtprelay

Fix code formatting

This commit is contained in:
Bernhard Froehlich
2022-08-15 13:34:22 +00:00
parent 6602836166
commit ee8a5dd989

View File

@@ -25,7 +25,6 @@ type Remote struct {
// Supported Params: // Supported Params:
// - skipVerify: can be "true" or empty to prevent ssl verification of remote server's certificate. // - skipVerify: can be "true" or empty to prevent ssl verification of remote server's certificate.
// - auth: can be "login" to trigger "LOGIN" auth instead of "PLAIN" auth // - auth: can be "login" to trigger "LOGIN" auth instead of "PLAIN" auth
//
func ParseRemote(remoteURL string) (*Remote, error) { func ParseRemote(remoteURL string) (*Remote, error) {
u, err := url.Parse(remoteURL) u, err := url.Parse(remoteURL)
if err != nil { if err != nil {