mirror of
https://github.com/golang/go.git
synced 2025-05-18 22:04:38 +00:00
crypto/x509: remove bad generate statement
CL488855 added a broken go:generate statement, which referenced a file which didn't exist. Remove the statement. The generator is in the commit message for CL488855, if it is ever actually needed. Change-Id: I6b18d5b4f38f82b27681b9b758e9642543aa6e43 Reviewed-on: https://go-review.googlesource.com/c/go/+/565435 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org>
This commit is contained in:
parent
ff4e45fbc2
commit
027853627d
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
package x509
|
package x509
|
||||||
|
|
||||||
//go:generate go run gen_testing_root.go
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/ecdsa"
|
"crypto/ecdsa"
|
||||||
"crypto/elliptic"
|
"crypto/elliptic"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user