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

Add a trailing newline to fix GO 1.20 test compile error #2

Merged
merged 1 commit into from
May 8, 2023

Conversation

larsve
Copy link
Contributor

@larsve larsve commented May 8, 2023

Fixes an "syntax error: unexpected var after top level declaration" error when running 'go test -cover -covermode=atomic ./...' with GO 1.20.

Related to GO issue: golang/go#58370

Fixes an "syntax error: unexpected var after top level declaration" error when
running 'go test -cover -covermode=atomic ./...' with GO 1.20.

Related to GO issue: golang/go#58370
@larsve larsve requested a review from crholm May 8, 2023 08:43
@crholm
Copy link
Collaborator

crholm commented May 8, 2023

LGTM

@crholm crholm merged commit 1ef71b6 into master May 8, 2023
@larsve larsve deleted the compile_error branch May 8, 2023 12:19
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