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

Make go vet happy with server example #28

Merged
merged 4 commits into from Jan 23, 2019
Merged

Make go vet happy with server example #28

merged 4 commits into from Jan 23, 2019

Conversation

ghost
Copy link

@ghost ghost commented Jan 23, 2019

More changes to README.md:

go vet asks for comments on exported methods when run against the server code from the README.md.

@codecov
Copy link

codecov bot commented Jan 23, 2019

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   63.43%   63.43%           
=======================================
  Files           7        7           
  Lines         670      670           
=======================================
  Hits          425      425           
  Misses        186      186           
  Partials       59       59

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ea8004...b584ce2. Read the comment docs.

README.md Outdated
@@ -61,25 +61,29 @@ import (
"io/ioutil"
"log"

"github.com/emersion/go-smtp"
smtp "github.com/emersion/go-smtp"
Copy link
Owner

Choose a reason for hiding this comment

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

Is this needed by go vet?

Copy link
Author

Choose a reason for hiding this comment

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

Probalby not. This change was automatically made by the Go tools used by Visual Studio Code.

Copy link
Owner

Choose a reason for hiding this comment

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

Can you remove this change and rebase your PR?

@ghost
Copy link
Author

ghost commented Jan 23, 2019 via email

@emersion emersion merged commit 14578f1 into emersion:master Jan 23, 2019
@emersion
Copy link
Owner

Thanks!

@ghost ghost deleted the fix-import-in-server-example branch January 23, 2019 20:17
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.

1 participant