From aa95ab8215760dfd6e1b8bb02aa2211021108512 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Mengu=C3=A9?= Date: Tue, 10 Jun 2025 16:56:45 +0200 Subject: [PATCH] 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 --- src/image/image.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ( -- 2.51.0