github.com/go-git/gcfg/token.File.Size (method)

3 uses

	github.com/go-git/gcfg/token (current package)
		position.go#L115: func (f *File) Size() int {

	github.com/go-git/gcfg/scanner
		scanner.go#L114: 	if file.Size() != len(src) {
		scanner.go#L115: 		panic(fmt.Sprintf("file size (%d) does not match src len (%d)", file.Size(), len(src)))