Add appropriate build tag on test for Unix-only exec command.

This commit is contained in:
Qi Xiao 2021-06-15 20:28:49 +01:00
parent a70059aeb6
commit 1fe1497c66

View File

@ -1,3 +1,5 @@
// +build !windows,!plan9,!js
package eval
import (