plugin: disable Go 1.8 plugin on non-amd64

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-03-21 08:34:05 +00:00
parent f251d2b487
commit 6bd0710831
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build go1.8,!windows
// +build go1.8,!windows,amd64
package plugin

View File

@ -1,4 +1,4 @@
// +build !go1.8 windows
// +build !go1.8 windows !amd64
package plugin