From 3a66f5376dbd10728f4457990bbfa5ce00656b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Sat, 22 Feb 2020 20:08:09 +0100 Subject: [PATCH] Update soap.go --- soap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soap.go b/soap.go index 26fe039..bd83234 100644 --- a/soap.go +++ b/soap.go @@ -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}