mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
Fix code formatting
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user