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

fix exmaple/simple client not working as readme.md instruction #103

Merged
merged 1 commit into from
May 18, 2022

Conversation

zzzz465
Copy link
Contributor

@zzzz465 zzzz465 commented Feb 14, 2022

how to reproduce

read quick usage
https://github.com/tokopedia/gripmock/tree/d43af75ebe00d66c991d6ef5779f263b8cfb84ed#quick-usage

description

while following example instruction on readme.md, I found that client.go doesn't match with instruction environment (sha: d43af75)

readme registers service Greeter, method SayHello, input { name: "gripmock" }
example/client/main.go uses service Gripmock, method SayHello, input { name: "tokopedia" }

this PR fixes readme.md and main.go to fix those mismatching.

@jekiapp jekiapp merged commit f7649a2 into tokopedia:master May 18, 2022
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

Successfully merging this pull request may close these issues.

2 participants