diff options
Diffstat (limited to 'libgo/go/plugin/plugin.go')
-rw-r--r-- | libgo/go/plugin/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/plugin/plugin.go b/libgo/go/plugin/plugin.go index 5506e95..4a524bf 100644 --- a/libgo/go/plugin/plugin.go +++ b/libgo/go/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 |