]> Cypherpunks repositories - gostls13.git/commit
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)
commitf2acc607f8a6f2837ed302cedd70676d8ea1f463
treea6d7a5cdbe7d6b53d13446d5dedfb1e134b3479a
parent4a0ce46917ea51a677fffe203458af4a3224f67c
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>
src/crypto/x509/parser.go
src/crypto/x509/parser_test.go