Update discovery.go

This commit is contained in:
Cédric Verstraeten
2020-02-22 20:12:00 +01:00
committed by GitHub
parent 222bd74c2e
commit 567e8ce298
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"time"
"github.com/clbanning/mxj"
"github.com/satori/go.uuid"
"github.com/gofrs/uuid"
)
var errWrongDiscoveryResponse = errors.New("Response is not related to discovery request")