]> Cypherpunks repositories - gostls13.git/commitdiff
plugin: document support for macOS
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 23 Sep 2017 15:55:02 +0000 (11:55 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Dec 2017 00:59:50 +0000 (00:59 +0000)
All plugins issues I would call bugs now closed, so
(with some amount of optimism) update the plugin documentation.

Change-Id: Ia421c18a166d7cdf599ac86f2336541c1ef42a0d
Reviewed-on: https://go-review.googlesource.com/65670
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/plugin/plugin.go

index c37b65fd824629c1f75701261383d28a8c641e3f..5506e956925fe722b5cd544072936d630e9445af 100644 (file)
@@ -13,8 +13,8 @@
 // already part of the program are called. The main function is not run.
 // A plugin is only initialized once, and cannot be closed.
 //
-// The plugin support is currently incomplete, only supports Linux,
-// and has known bugs. Please report any issues.
+// Currently plugins are only supported on Linux and macOS.
+// Please report any issues.
 package plugin
 
 // Plugin is a loaded Go plugin.