From: Olivier Mengué Date: Tue, 10 Jun 2025 14:56:45 +0000 (+0200) Subject: image: fix formatting of godoc link X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=aa95ab8215760dfd6e1b8bb02aa2211021108512;p=gostls13.git image: fix formatting of godoc link Change-Id: I8fa8741e0db174f0c32af0a393ee1b037d5b7e51 Reviewed-on: https://go-review.googlesource.com/c/go/+/680455 Auto-Submit: Michael Knyszek Reviewed-by: Mark Freeman LUCI-TryBot-Result: Go LUCI Reviewed-by: Roland Shoemaker --- diff --git a/src/image/image.go b/src/image/image.go index f08182ba06..2cc94075b2 100644 --- a/src/image/image.go +++ b/src/image/image.go @@ -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 (