go/token.File.name (field)
6 uses
go/token (current package)
position.go#L101: name string // file name as provided to AddFile
position.go#L113: return f.name
position.go#L304: filename = f.name
position.go#L440: f := &File{set: s, name: filename, base: base, size: size, lines: []int{0}}
serialize.go#L35: name: f.Name,
serialize.go#L59: Name: f.name,
![]() |
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. |