mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
image: fix formatting of godoc link
Change-Id: I8fa8741e0db174f0c32af0a393ee1b037d5b7e51 Reviewed-on: https://go-review.googlesource.com/c/go/+/680455 Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Mark Freeman <mark@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
This commit is contained in:
parent
4c854b7a3e
commit
aa95ab8215
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@
|
|||
// regardless of whether the image is itself malformed or not. A call to
|
||||
// [DecodeConfig] which returns a header which does not match the image returned
|
||||
// by [Decode] may be considered a security issue, and should be reported per the
|
||||
// [Go Security Policy](https://go.dev/security/policy).
|
||||
// [Go Security Policy].
|
||||
//
|
||||
// [Go Security Policy]: https://go.dev/security/policy
|
||||
package image
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue