]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/plugin/plugin.go
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / plugin / plugin.go
index 5506e956925fe722b5cd544072936d630e9445af..4a524bfa3f02ebe48b18886f6bf627e97287ad71 100644 (file)
@@ -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