golang html_test 代码
文件路径:/src/cmd/cover/testdata/html/html_test.go
package html
import "testing"
func TestAll(t *testing.T) {
f()
g()
}
文件路径:/src/cmd/cover/testdata/html/html_test.go
package html
import "testing"
func TestAll(t *testing.T) {
f()
g()
}