Commit 3f5c1ade authored by David Crawshaw's avatar David Crawshaw Committed by Brad Fitzpatrick

plugin: document support for macOS

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/65670Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 1055dfce
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment