From 88ca80b32286eb337185151249606dec302fe1d9 Mon Sep 17 00:00:00 2001 From: Ayan George Date: Fri, 23 Aug 2019 11:38:12 -0400 Subject: plugin: add freebsd/amd64 plugin support Change-Id: I4e7b0e99fd0f6f7d6a8ef60e9d3cb5baeb80a2b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/191617 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- src/plugin/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugin/plugin.go') diff --git a/src/plugin/plugin.go b/src/plugin/plugin.go index 5506e95692..4a524bfa3f 100644 --- a/src/plugin/plugin.go +++ b/src/plugin/plugin.go @@ -13,7 +13,7 @@ // already part of the program are called. The main function is not run. // A plugin is only initialized once, and cannot be closed. // -// Currently plugins are only supported on Linux and macOS. +// Currently plugins are only supported on Linux, FreeBSD, and macOS. // Please report any issues. package plugin -- cgit v1.3