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

2 uses

	github.com/go-git/gcfg/token (current package)
		position.go#L224: func (f *File) Offset(p Pos) int {

	github.com/go-git/gcfg/scanner
		scanner.go#L335: 			s.error(s.file.Offset(pos), fmt.Sprintf("illegal character %#U", ch))