mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 20:50:14 -05:00
7 lines
64 B
Go
7 lines
64 B
Go
package pkg2
|
|
|
|
import "testing"
|
|
|
|
func TestPkg2(t *testing.T) {
|
|
}
|