github.com/go-git/gcfg/token.FileSet.AddFile (method)
4 uses
github.com/go-git/gcfg/token (current package)
position.go#L329: func (s *FileSet) AddFile(filename string, base, size int) *File {
github.com/go-git/gcfg
read.go#L233: file := fset.AddFile("", fset.Base(), len(src))
read.go#L247: file := fset.AddFile("", fset.Base(), len(src))
read.go#L271: file := fset.AddFile(filename, fset.Base(), len(src))
![]() |
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. |