aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-01-23 20:55:17 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-01-24 20:10:28 +0000
commit3717b429f25b042b98fbdf2c0d4e3dc5307e91ed (patch)
tree9e5de02744c0d3051e5aab154a1ffe3a790faef3
parent98842cabb6133ab7b8f2b323754a48085eed82f3 (diff)
downloadgo-3717b429f25b042b98fbdf2c0d4e3dc5307e91ed.tar.gz
go-3717b429f25b042b98fbdf2c0d4e3dc5307e91ed.zip
doc: note that plugins are not fully baked
Change-Id: I6341b8cce0b4a9922928f73f8b459cbb9ec25e79 Reviewed-on: https://go-review.googlesource.com/35571 Reviewed-by: David Crawshaw <crawshaw@golang.org> Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
-rw-r--r--doc/go1.8.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/go1.8.html b/doc/go1.8.html
index 147221a44e..bc40378a6a 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -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>