Sign in
go
/
vgo
/
9e3664f84a2d2214328e945a0130e7ef83d60d4d
/
.
/
vendor
/
cmd
/
go
/
testdata
/
standalone_sub_test.go
blob: f6c31db9c81e9727bf0c01e654a20c9bb80e51af [
file
] [
log
] [
blame
]
package standalone_sub_test
import "testing"
func Test(t *testing.T) {
t.Run("Sub", func(t *testing.T) {})
}