Skip to content

Fix compile issue in start.go #179

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

NotJeremyLiu
Copy link
Contributor

Summary

  • remove undefined error check in start.go

Testing

  • go fmt server/start.go
  • go build ./server... (fails: proxyconnect tcp: no route to host)

@@ -145,10 +145,6 @@ which accepts a path for the resulting pprof file.
}

serverCtx.Logger.Debug("received quit signal")
// TODO: why is this check here? Should not make sense since err is checked above

Choose a reason for hiding this comment

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

why is this check here? doesnt make sense since the error is checked above. can likely remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants