Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

gvar empty error #3362

Closed
edifierx666 opened this issue Mar 11, 2024 · 0 comments
Closed

gvar empty error #3362

edifierx666 opened this issue Mar 11, 2024 · 0 comments
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.

Comments

@edifierx666
Copy link

edifierx666 commented Mar 11, 2024

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?

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?

image
@edifierx666 edifierx666 added the bug It is confirmed a bug, but don't worry, we'll handle it. label Mar 11, 2024
@gqcn gqcn added the done This issue is done, which may be release in next version. label Mar 12, 2024
@gqcn gqcn closed this as completed Mar 12, 2024
gqcn added a commit that referenced this issue Mar 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it. done This issue is done, which may be release in next version.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants