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

trivial: Replace 'interface{}' with any #3055

Merged
merged 1 commit into from
May 22, 2024

Conversation

stephenfin
Copy link
Contributor

Add some syntactic sugar 🍭.

sed -i 's/interface{}/any/g' $(ag 'interface{}' -Q -l)
gofmt -w ./..

Signed-off-by: Stephen Finucane stephenfin@redhat.com

Add some syntactic sugar 🍭.

  sed -i 's/interface{}/any/g' $(ag 'interface{}' -Q -l)
  gofmt -w ./..

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
@github-actions github-actions bot added the semver:patch No API change label May 22, 2024
@pierreprinetti pierreprinetti merged commit 571ae75 into gophercloud:master May 22, 2024
60 of 65 checks passed
@stephenfin stephenfin deleted the any-keyword branch May 23, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants