Drop unnecessary newline.
This commit is contained in:
parent
65cab4152e
commit
2708c3df48
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ func ExampleSignECDSA() {
|
||||||
// Generate a key pair.
|
// Generate a key pair.
|
||||||
// You need a high-quality PRNG for this.
|
// You need a high-quality PRNG for this.
|
||||||
k, err := ecdsa.GenerateKey(elliptic.P521(), rand.Reader)
|
k, err := ecdsa.GenerateKey(elliptic.P521(), rand.Reader)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue