Comcast / go-edgegrid

A Golang Akamai API client and Akamai OPEN EdgeGrid Authentication scheme authentication handler.
Other
16 stars 8 forks source link

support that `uuid.NewV4()` returns multiple values #13

Closed mdb closed 6 years ago

mdb commented 6 years ago

This seeks to avoid the following compilation error, as uuid.NewV4() returns multiple values.

make test
go test ./... -cover
edgegrid/auth.go:38: multiple-value uuid.NewV4() in single-value context
FAIL    github.com/comcast/go-edgegrid/edgegrid [build failed]
make: *** [test] Error 2