github.com/go-git/gcfg/token.FileSet.files (field)
10 uses
github.com/go-git/gcfg/token (current package)
position.go#L292: files []*File // list of files in the order added to the set
position.go#L343: s.files = append(s.files, f)
position.go#L355: if i < len(s.files) {
position.go#L356: file = s.files[i]
position.go#L375: if i := searchFiles(s.files, int(p)); i >= 0 {
position.go#L376: f := s.files[i]
serialize.go#L35: s.files = files
serialize.go#L48: files := make([]serializedFile, len(s.files))
serialize.go#L49: 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. |