mirror of https://github.com/golang/go.git
Remove trailing space and reformat link
In response to feedback from Ian Lance Taylor
This commit is contained in:
parent
eb3f6467ed
commit
a5b4ff4ca0
|
|
@ -30,8 +30,8 @@
|
||||||
// portable.
|
// portable.
|
||||||
//
|
//
|
||||||
// - Plugins are poorly supported by the Go race detector. Even simple
|
// - Plugins are poorly supported by the Go race detector. Even simple
|
||||||
// race conditions may not be automatically detected. See
|
// race conditions may not be automatically detected. See
|
||||||
// [this issue](https://github.com/golang/go/issues/24245) for more information.
|
// https://go.dev/issue/24245 for more information.
|
||||||
//
|
//
|
||||||
// - Applications that use plugins may require careful configuration
|
// - Applications that use plugins may require careful configuration
|
||||||
// to ensure that the various parts of the program be made available
|
// to ensure that the various parts of the program be made available
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue