go/token.FileSet.files (field)
10 uses
go/token (current package)
position.go#L389: files []*File // list of files in the order added to the set
position.go#L447: s.files = append(s.files, f)
position.go#L459: if i < len(s.files) {
position.go#L460: file = s.files[i]
position.go#L481: if i := searchFiles(s.files, int(p)); i >= 0 {
position.go#L482: f := s.files[i]
serialize.go#L42: s.files = files
serialize.go#L55: files := make([]serializedFile, len(s.files))
serialize.go#L56: for i, f := range s.files {
![]() |
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. |