1
0
mirror of https://github.com/golang/go synced 2024-09-29 20:24:34 -06:00
go/src/plugin
Tobias Klauser 2d4bd3db7f plugin: fix build constraint to disable test on linux/arm64
CL 151478 was suppose to fix the build failure on linux/arm64 but the
build constraint didn't exclude linux/arm64 properly.

Fixes #28982

Change-Id: Ia80265b0adba0384cd28bc2deb1726418664975a
Reviewed-on: https://go-review.googlesource.com/c/151303
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-11-28 18:14:20 +00:00
..
plugin_dlopen.go plugin: remove unused func 2018-08-22 16:29:03 +00:00
plugin_stubs.go
plugin_test.go plugin: fix build constraint to disable test on linux/arm64 2018-11-28 18:14:20 +00:00
plugin.go