aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPark Zhou <buildpaas@gmail.com>2022-10-08 17:00:39 +0000
committerGopher Robot <gobot@golang.org>2022-10-13 17:18:21 +0000
commitf2acc607f8a6f2837ed302cedd70676d8ea1f463 (patch)
treea6d7a5cdbe7d6b53d13446d5dedfb1e134b3479a /src
parent4a0ce46917ea51a677fffe203458af4a3224f67c (diff)
downloadgo-f2acc607f8a6f2837ed302cedd70676d8ea1f463.tar.xz
crypto/x509: add blank line before package declaration
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>
Diffstat (limited to 'src')
-rw-r--r--src/crypto/x509/parser.go1
-rw-r--r--src/crypto/x509/parser_test.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/x509/parser.go b/src/crypto/x509/parser.go
index a2d3d80964..402bac95e8 100644
--- a/src/crypto/x509/parser.go
+++ b/src/crypto/x509/parser.go
@@ -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 (
diff --git a/src/crypto/x509/parser_test.go b/src/crypto/x509/parser_test.go
index d7cf7ea758..b31f9cdb24 100644
--- a/src/crypto/x509/parser_test.go
+++ b/src/crypto/x509/parser_test.go
@@ -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 (