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 linter errors #176

Merged
merged 8 commits into from
Aug 9, 2021
Merged

Fix linter errors #176

merged 8 commits into from
Aug 9, 2021

Conversation

antklim
Copy link
Contributor

@antklim antklim commented Jul 30, 2021

No description provided.

go func() {
if err := http.Serve(ln, mux); err != nil {
// NOTE: calling Fatalf causing test failures due to "accept tcp [::]:<port>: use of closed network connection"
log.Printf("[ERROR] API handler start failed: %v", err)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mefellows I'm not sure what behaviour is expected in this case.

@mefellows mefellows merged commit 99c243f into pact-foundation:master Aug 9, 2021
@antklim antklim deleted the fix/linter branch August 9, 2021 11:46
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.

2 participants