func golang.org/x/tools/txtar.ParseFile

2 uses

	golang.org/x/tools/txtar (current package)
		archive.go#L68: func ParseFile(file string) (*Archive, error) {

	golang.org/x/pkgsite/internal/proxy
		test_helper.go#L91: 	ar, err := txtar.ParseFile(filename)