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 go vet composite literals with unkeyed fields #3507

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

dmitris
Copy link
Contributor

@dmitris dmitris commented Feb 15, 2024

Fix go vet 'composite literals with unkeyed fields' issue by applying gopls fix -a -w <file.go> and some reformatting the structure initialization to be multiline with multiple fields. Part of the fix for #3481.

Reference: golang/go#53062

Fix go vet 'composite literals with unkeyed fields' issue
by applying `gopls fix -a -w <file.go>` and some reformatting
the structure initialization to be multiline with multiple fields.
Part of the fix for prebid#3481.

Reference: golang/go#53062
Signed-off-by: Dmitry S <[email protected]>
@bsardo bsardo changed the title fix go vet 'composite literals with unkeyed fields' Fix go vet 'composite literals with unkeyed fields' Feb 15, 2024
@bsardo bsardo changed the title Fix go vet 'composite literals with unkeyed fields' Fix go vet composite literals with unkeyed fields Feb 15, 2024
amp/parse_test.go Outdated Show resolved Hide resolved
@bsardo bsardo self-assigned this Feb 15, 2024
amp/parse_test.go Outdated Show resolved Hide resolved
amp/parse_test.go Outdated Show resolved Hide resolved
Signed-off-by: Dmitry S <[email protected]>
@SyntaxNode SyntaxNode merged commit a4f5c11 into prebid:master Feb 20, 2024
3 checks passed
@dmitris dmitris deleted the issue3481 branch February 20, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants