We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3f646 commit a5b4ff4Copy full SHA for a5b4ff4
src/plugin/plugin.go
@@ -30,8 +30,8 @@
30
// portable.
31
//
32
// - 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.
+// race conditions may not be automatically detected. See
+// https://go.dev/issue/24245 for more information.
35
36
// - Applications that use plugins may require careful configuration
37
// to ensure that the various parts of the program be made available
0 commit comments