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

Rename any to pbAny #78

Merged
merged 2 commits into from
Apr 22, 2022
Merged

Rename any to pbAny #78

merged 2 commits into from
Apr 22, 2022

Conversation

kzys
Copy link
Member

@kzys kzys commented Apr 21, 2022

Go 1.18 introduces any as an alias for the empty interface. While having
our own any doesn't confuse Go compiler, it would confuse humans.

Signed-off-by: Kazuyoshi Kato katokazu@amazon.com

@kzys kzys force-pushed the any-rename branch 2 times, most recently from d80dbcf to 5bec974 Compare April 21, 2022 23:20
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
Go 1.18 introduces any as an alias for the empty interface. While having
our own any doesn't confuse Go compiler, it would confuse humans.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
@kzys kzys changed the title Test with Go 1.18 Rename any to pbAny Apr 21, 2022
@kzys kzys marked this pull request as ready for review April 21, 2022 23:37
@stefanberger
Copy link
Contributor

LGTM

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.

None yet

2 participants