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)))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |