7ef94ce784
Conflicts: arc.go curve/curve_test.go draw2dgl/gc.go draw2dimg/rgba_interpolation.go draw2dpdf/gc.go draw2dpdf/path_converter.go path_adder.go path_storage.go raster/raster_test.go vertex2d.go
8 lines
No EOL
241 B
Text
8 lines
No EOL
241 B
Text
echo golint
|
|
golint ./... | grep "draw2dpdf\|samples\|^advanced_path\|^arc\|draw2d[.]\|fileutil\|^gc\|math\|^path[.]\|rgba_interpolation\|test\|vertex2d"
|
|
echo
|
|
echo go vet
|
|
go vet ./...
|
|
echo
|
|
echo go test
|
|
go test -cover ./... | grep -v "no test" |