golang.org/x/tools/txtar.File.Name (field)

4 uses

	golang.org/x/tools/txtar (current package)
		archive.go#L49: 	Name string // name of file ("foo/bar.txt")
		archive.go#L61: 		fmt.Fprintf(&buf, "-- %s --\n", f.Name)

	golang.org/x/pkgsite/internal/proxy
		test_helper.go#L96: 		if f.Name == "go.mod" {
		test_helper.go#L101: 		m.Files[f.Name] = strings.TrimSpace(testModuleReplacer.Replace(string(f.Data)))