-
Beta Was this translation helpful? Give feedback.
Answered by
varunkr58
Jul 17, 2024
Replies: 1 comment 1 reply
-
Hi @varunkr58 Could you provide a code example (repository). Please try to update zen-go to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reply @stefan-gorules , it was just converting json Raw Message to String, I changed the print line in my program from
fmt.Println(output)
tofmt.Println(string(output.Result))
.