diff options
Diffstat (limited to 'src/plugin/plugin.go')
| -rw-r--r-- | src/plugin/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
