Sign in
chromium
/
external
/
github.com
/
DHowett
/
go-plist
/
refs/heads/xml-rawtoken-parser
/
.
/
go17_test.go
blob: fa9eb71b3e46788272c205ef189cdacc4fe5cb4d [
file
] [
log
] [
blame
] [
edit
]
// +build go1.7
package plist
import "testing"
func subtest(t *testing.T, name string, f func(t *testing.T)) {
t.Run(name, f)
}