draw2d/test
2015-07-10 15:11:57 +02:00

8 lines
141 B
Text
Executable file

echo golint
golint ./... | grep "draw2dpdf\|samples"
echo
echo go vet
go vet ./...
echo
echo go test
go test -cover ./... | grep -v "no test"