draw2d/test

8 lines
141 B
Plaintext
Raw Normal View History

2015-07-10 13:11:57 +00:00
echo golint
golint ./... | grep "draw2dpdf\|samples"
echo
echo go vet
go vet ./...
echo
echo go test
go test -cover ./... | grep -v "no test"