Add presubmit to check if there are any files that have `import "testing"` (#2480)
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>
Showing
.presubmit/import-testing
0 → 100755
Please register or sign in to comment