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_dlopen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugin/plugin_dlopen.go') diff --git a/src/plugin/plugin_dlopen.go b/src/plugin/plugin_dlopen.go index 03d3f08717..9200fdc3cb 100644 --- a/src/plugin/plugin_dlopen.go +++ b/src/plugin/plugin_dlopen.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux,cgo darwin,cgo +// +build linux,cgo darwin,cgo freebsd,cgo package plugin -- cgit v1.3