From a5b4ff4ca0fe3b7e31d176ffc57d99c17bd84aea Mon Sep 17 00:00:00 2001 From: Ezra Newman <33768950+ExtraE113@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:12:41 -0400 Subject: [PATCH] Remove trailing space and reformat link In response to feedback from Ian Lance Taylor --- src/plugin/plugin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin/plugin.go b/src/plugin/plugin.go index 4b65bc41b3..a4ff694eb5 100644 --- a/src/plugin/plugin.go +++ b/src/plugin/plugin.go @@ -30,8 +30,8 @@ // portable. // // - Plugins are poorly supported by the Go race detector. Even simple -// race conditions may not be automatically detected. See -// [this issue](https://github.com/golang/go/issues/24245) for more information. +// race conditions may not be automatically detected. See +// https://go.dev/issue/24245 for more information. // // - Applications that use plugins may require careful configuration // to ensure that the various parts of the program be made available