Skip to content

Commit a5b4ff4

Browse files
authored
Remove trailing space and reformat link
In response to feedback from Ian Lance Taylor
1 parent eb3f646 commit a5b4ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/plugin.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// portable.
3131
//
3232
// - Plugins are poorly supported by the Go race detector. Even simple
33-
// race conditions may not be automatically detected. See
34-
// [this issue](https://github.com/golang/go/issues/24245) for more information.
33+
// race conditions may not be automatically detected. See
34+
// https://go.dev/issue/24245 for more information.
3535
//
3636
// - Applications that use plugins may require careful configuration
3737
// to ensure that the various parts of the program be made available

0 commit comments

Comments
 (0)