]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: add blank line before package declaration
authorPark Zhou <buildpaas@gmail.com>
Sat, 8 Oct 2022 17:00:39 +0000 (17:00 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 13 Oct 2022 17:18:21 +0000 (17:18 +0000)
The package doc included the copying header by mistake.

Change-Id: I37ac2d14b1b8a389e6b603fbb1c6a3a33b1d80d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/440456
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joedian Reid <joedian@golang.org>
src/crypto/x509/parser.go
src/crypto/x509/parser_test.go

index a2d3d809642b221fbde361eabaa86166c5b72c8f..402bac95e83936e36e5579dcb22ba8f2e83c29c2 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2021 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
+
 package x509
 
 import (
index d7cf7ea758a5e67e3329d47bf79189d0089265ce..b31f9cdb248e08d5ef9ec4ef1f5047a58cd0716d 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2021 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
+
 package x509
 
 import (