We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f053f4f commit 1443a3eCopy full SHA for 1443a3e
src/plugin/plugin.go
@@ -29,6 +29,10 @@
29
// macOS, making them unsuitable for applications intended to be
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
+// 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
38
// in the correct location in the file system (or container image).
0 commit comments