Commit 3717b429 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: note that plugins are not fully baked

Change-Id: I6341b8cce0b4a9922928f73f8b459cbb9ec25e79
Reviewed-on: https://go-review.googlesource.com/35571Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
Reviewed-by: 's avatarJoe Tsai <thebrokentoaster@gmail.com>
parent 98842cab
......@@ -435,11 +435,11 @@ version of gccgo.
<h3 id="plugin">Plugins</h3>
<p>
Go now supports a “<code>plugin</code>” build mode for generating
plugins written in Go, and a
Go now provides early support for plugins with a “<code>plugin</code>
build mode for generating plugins written in Go, and a
new <a href="/pkg/plugin/"><code>plugin</code></a> package for
loading such plugins at run time. Plugin support is only currently
available on Linux.
loading such plugins at run time. Plugin support is currently only
available on Linux. Please report any issues.
</p>
<h2 id="runtime">Runtime</h2>
......
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