]> Cypherpunks repositories - gostls13.git/commit
plugin: include a warning about race detector compatability in docs
authorEzra Newman <33768950+ExtraE113@users.noreply.github.com>
Fri, 9 Aug 2024 16:17:49 +0000 (16:17 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 9 Aug 2024 19:50:41 +0000 (19:50 +0000)
commit1443a3ea1e5800f6d09c5051406e37349838c151
tree62bc0b8c21b785926637437fd2eeaf0404076589
parentf053f4f921d3d481d3adb3e909e81f1b31a13f2e
plugin: include a warning about race detector compatability in docs

As described in #24245, the race detector isn't able to find some race conditions in plugins.
This commit adds a warning about this to the plugins documentation.

Updates #24245

Change-Id: I1a5ab9b5e22b6a254efc639c3c03f75b79214d49
GitHub-Last-Rev: a5b4ff4ca0fe3b7e31d176ffc57d99c17bd84aea
GitHub-Pull-Request: golang/go#68792
Reviewed-on: https://go-review.googlesource.com/c/go/+/604275
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/plugin/plugin.go