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

net/mail: declared and not used warnings #12109

Closed
binarycrusader opened this issue Aug 11, 2015 · 2 comments
Closed

net/mail: declared and not used warnings #12109

binarycrusader opened this issue Aug 11, 2015 · 2 comments
Milestone

Comments

@binarycrusader
Copy link
Contributor

I noticed this odd message while building Go 1.5 tip on Solaris:

...
##### Building go_bootstrap for host, solaris/amd64.
...
##### Building packages and commands for solaris/amd64.
...
# net/mail
net/mail/message.go:180: local declared and not used
net/mail/message.go:180: domain declared and not used
...

The related packages appears to have installed and built though, and tests ran for net/mail successfully.

@cespare
Copy link
Contributor

cespare commented Aug 11, 2015

Yeah, 1d75b40 (CL 13500) introduced a bug.

/cc @dsymonds

@dsymonds
Copy link
Contributor

@mikioh mikioh added this to the Go1.5 milestone Aug 13, 2015
@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants