added docstring to package draw2d_test

This commit is contained in:
Stani 2015-07-01 01:39:01 +02:00
parent 225f790d40
commit 0144ae516b

View file

@ -1,3 +1,5 @@
// Package draw2d_test gives test coverage with the command:
// go test -cover ./... | grep -v "no test"
package draw2d_test
import (