import "testing"
The check is done through ``` if [[ $(go list -f '{{ join .Deps " "}}') == *" testing "* ]]; then error.. fi ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>