go/token.File.Name (method)
5 uses
go/token (current package)
position.go#L112: func (f *File) Name() string {
go/doc
doc.go#L189: switch name := f.Name(); {
go/scanner
scanner.go#L133: s.dir, _ = filepath.Split(file.Name())
go/types
resolver.go#L129: return check.fset.File(pos).Name()
golang.org/x/tools/internal/gcimporter
iexport.go#L204: w.uint64(p.stringOff(file.Name()))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)