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

Ignore _ variable in Go #889

Closed
oxisto opened this issue Aug 27, 2022 · 2 comments
Closed

Ignore _ variable in Go #889

oxisto opened this issue Aug 27, 2022 · 2 comments
Labels
enhancement New feature or request go

Comments

@oxisto
Copy link
Member

oxisto commented Aug 27, 2022

The special _ variable means that output of a function is ignored, we should therefore discard this expression. Otherwise, we are getting a lot of the following errors:

18:20:49,614 WARN  Util /Users/oxisto/Repositories/clouditor/cmd/engine/engine.go:169:2: Did not find a declaration for _
@oxisto oxisto added go enhancement New feature or request labels Aug 27, 2022
@KuechA
Copy link
Contributor

KuechA commented May 20, 2024

Can't this issue be closed since we provide the HasAnonymousIdentifier trait in #1276?

@oxisto
Copy link
Member Author

oxisto commented May 20, 2024

I guess this can be closed, yes.

@oxisto oxisto closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go
Projects
None yet
Development

No branches or pull requests

2 participants