Add module level doc comment to testcommon

This commit is contained in:
Sasha Koshka 2024-02-09 01:03:02 -05:00
parent af9ae75d5c
commit b5b36c429e

View File

@ -1,3 +1,4 @@
// Package testcommon provides re-usable unit testing functionality.
package testcommon
import "testing"