You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.
Build failure when trying to build my project which has go-siris as dependency.
vendor\github.com\go-siris\siris\core\errors\errors.go:35:22: multiple-value uuid.NewV4() in single-value context
The failure is caused by recent updates to satori/go.uuid project .
I'm submitting a bug report. SHOWSTOPPER
Build failure when trying to build my project which has go-siris as dependency.
vendor\github.com\go-siris\siris\core\errors\errors.go:35:22: multiple-value uuid.NewV4() in single-value context
The failure is caused by recent updates to satori/go.uuid project .
So now this function returns multiple values and this becomes inconsistent with current implementation in errors.go file of go-siris project
Could you, please, fix it. It seems easy fix.
The text was updated successfully, but these errors were encountered: