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

crypto/tls: generate_cert.go calls undefined log.Exitf #1555

Closed
gopherbot opened this issue Feb 28, 2011 · 2 comments
Closed

crypto/tls: generate_cert.go calls undefined log.Exitf #1555

gopherbot opened this issue Feb 28, 2011 · 2 comments

Comments

@gopherbot
Copy link

by peter.hans.froehlich:

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?
1. cd $GOROOT/src/pkg/crypto/tls/
2. 6g generate_cert.go

What is the expected output?

What do you see instead?

generate_cert.go:28: undefined: log.Exitf
generate_cert.go:49: undefined: log.Exitf
generate_cert.go:55: undefined: log.Exitf

Which compiler are you using (5g, 6g, 8g, gccgo)?

6g

Which operating system are you using?

Linux

Which revision are you using?  (hg identify)

29cd45c39245 tip

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Feb 28, 2011

Comment 1:

I have an updated one ready to check in.

Owner changed to r...@golang.org.

Status changed to Accepted.

@bradfitz
Copy link
Contributor

Comment 2:

This issue was closed by revision 43ae7da.

Status changed to Fixed.

@mikioh mikioh changed the title crypto/tls/generate_cert.go calls undefined log.Exitf crypto/tls: generate_cert.go calls undefined log.Exitf Jan 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
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

3 participants