-
Notifications
You must be signed in to change notification settings - Fork 231
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
Conversation
Codecov Report
@@ 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.
|
README.md
Outdated
@@ -61,25 +61,29 @@ import ( | |||
"io/ioutil" | |||
"log" | |||
|
|||
"github.com/emersion/go-smtp" | |||
smtp "github.com/emersion/go-smtp" |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
Yes, I will undo this change.
|
Thanks! |
More changes to
README.md
:go vet
asks for comments on exported methods when run against the server code from theREADME.md
.