Skip to content

Conversation

oldme-git
Copy link

fixed #3100

Comment on lines +114 to +115
case *uintptr:
return w.uint(uint64(*v))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oldme-git what will happen if the pointer is nil ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment