@@ -0,0 +1,5 @@
l=$(go list ./...)
for x in $l; do
echo "Testing package $x"
go test -v $x
done
The note is not visible to the blocked user.