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)
fs.go#L73: name := file.Name
fs.go#L124: if f.Name != n.path || len(f.Data) != n.size {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)