Update soap.go

This commit is contained in:
Cédric Verstraeten
2020-02-22 20:08:09 +01:00
committed by GitHub
parent 95554c278f
commit 3a66f5376d

View File

@@ -12,7 +12,7 @@ import (
"time"
"github.com/clbanning/mxj"
"github.com/google/uuid"
uuid "github.com/google/uuid"
)
var httpClient = &http.Client{Timeout: time.Second * 5}