From 3717b429f25b042b98fbdf2c0d4e3dc5307e91ed Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 23 Jan 2017 20:55:17 +0000 Subject: [PATCH] doc: note that plugins are not fully baked Change-Id: I6341b8cce0b4a9922928f73f8b459cbb9ec25e79 Reviewed-on: https://go-review.googlesource.com/35571 Reviewed-by: David Crawshaw Reviewed-by: Joe Tsai --- doc/go1.8.html | 8 ++++---- 1 file 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.

Plugins

- Go now supports a “plugin” build mode for generating - plugins written in Go, and a + Go now provides early support for plugins with a “plugin” + build mode for generating plugins written in Go, and a new plugin 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.

Runtime

-- 2.48.1