Skip to content
New issue

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

Event struct will not be able to Unmarshal again. #14

Closed
k2wanko opened this issue Oct 2, 2016 · 4 comments
Closed

Event struct will not be able to Unmarshal again. #14

k2wanko opened this issue Oct 2, 2016 · 4 comments

Comments

@k2wanko
Copy link
Contributor

k2wanko commented Oct 2, 2016

MarshalJSON has not been implemented in the Event struct.

cannot unmarshal string into Go value of type int64
@sugyan
Copy link
Contributor

sugyan commented Oct 2, 2016

Why do you need to marshal event structs?

@k2wanko
Copy link
Contributor Author

k2wanko commented Oct 2, 2016

I want to serialize in order to put the Event struct to Queue.

k2wanko added a commit to k2wanko/line-bot-sdk-go that referenced this issue Oct 2, 2016
k2wanko added a commit to k2wanko/line-bot-sdk-go that referenced this issue Oct 2, 2016
@mokejp
Copy link
Member

mokejp commented Oct 3, 2016

Thanks for reporting.
It supported now.

@mokejp mokejp closed this as completed Oct 3, 2016
@k2wanko
Copy link
Contributor Author

k2wanko commented Oct 3, 2016

Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants