draw2d/test

8 lines
241 B
Plaintext
Raw Normal View History

2015-07-10 13:11:57 +00:00
echo golint
2015-07-10 14:58:36 +00:00
golint ./... | grep "draw2dpdf\|samples\|^advanced_path\|^arc\|draw2d[.]\|fileutil\|^gc\|math\|^path[.]\|rgba_interpolation\|test\|vertex2d"
2015-07-10 13:11:57 +00:00
echo
echo go vet
go vet ./...
echo
echo go test
go test -cover ./... | grep -v "no test"