We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of Go and system type/arch are you using?
Go
go version go1.22.1 darwin/arm64
What version of GoFrame are you using?
GoFrame
v2.6.4
Can this bug be re-produced with the latest release? yes
What did you do?
import "github.com/golang-jwt/jwt/v5" func TestA2(t *testing.T) { gvar.New( &jwt.RegisteredClaims{}, ).Map( gvar.MapOption{ OmitEmpty: true, }, ) }
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered:
fix: #3362 IsEmpty panics when interface implement panics with nil re…
17b227e
…ceiver
fix: #3362 IsEmpty panics when some interface implement panics with…
IsEmpty
b3f4821
… nil receiver (#3367)
Successfully merging a pull request may close this issue.
What version of
Go
and system type/arch are you using?go version go1.22.1 darwin/arm64
What version of
GoFrame
are you using?v2.6.4
Can this bug be re-produced with the latest release?
yes
What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: