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

Golang implementation #12

Merged
merged 5 commits into from
Mar 24, 2020
Merged

Golang implementation #12

merged 5 commits into from
Mar 24, 2020

Conversation

DazWilkin
Copy link
Contributor

Addresses #11

@DazWilkin
Copy link
Contributor Author

I noticed a mistake; I'll fix it today.

Copy link
Collaborator

@gnossen gnossen left a comment

Choose a reason for hiding this comment

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

Awesome stuff! Thank you for the contribution!

--platform=managed \
--format="value(status.address.url)" \
--filter="metadata.name=grpc-calculator")
ENDPOINT=${ENDPOINT#https://} && echo ${ENDPOINT}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice! 👍

Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: It would be nice to have this in the other two README files as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've created a branch in my repo with the changes for the other languages

@gnossen
Copy link
Collaborator

gnossen commented Mar 24, 2020

@DazWilkin Looks like there's a conflict that needs to be resolved in deploy.sh. Otherwise, this looks good to go. 👍

@DazWilkin
Copy link
Contributor Author

@gnossen it's a consistency recommendation.

I'm unable to 'Resolve conflicts' but you may be able to do so....

The change ensures all flags are --FLAG=VALUE rather than some --FLAG VALUE and some --FLAG=VALUE

@gnossen
Copy link
Collaborator

gnossen commented Mar 24, 2020

FYI, in the future, you can resolve yourself with

git fetch origin
git merge origin/master

@gnossen gnossen merged commit eb0b19c into grpc-ecosystem:master Mar 24, 2020
@gnossen gnossen mentioned this pull request Mar 24, 2020
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