diff options
| author | Ayan George <ayan@ayan.net> | 2019-08-23 11:38:12 -0400 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-09-03 14:27:24 +0000 |
| commit | 88ca80b32286eb337185151249606dec302fe1d9 (patch) | |
| tree | 21a441ef5ba66f12ce91929f25c8d4efcd62c817 /src/plugin/plugin_dlopen.go | |
| parent | 9f5127bfebfc8c3acec4dbb374ff5c0d4c586565 (diff) | |
| download | go-88ca80b32286eb337185151249606dec302fe1d9.tar.xz | |
plugin: add freebsd/amd64 plugin support
Change-Id: I4e7b0e99fd0f6f7d6a8ef60e9d3cb5baeb80a2b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/191617
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/plugin/plugin_dlopen.go')
| -rw-r--r-- | src/plugin/plugin_dlopen.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
