Remove trailing space and reformat link

In response to feedback from Ian Lance Taylor
This commit is contained in:
Ezra Newman 2024-08-09 12:12:41 -04:00 committed by GitHub
parent eb3f6467ed
commit a5b4ff4ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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