github.com/go-git/gcfg/scanner.Scanner.rdOffset (field)
7 uses
github.com/go-git/gcfg/scanner (current package)
scanner.go#L47: rdOffset int // reading offset (position after current character)
scanner.go#L59: if s.rdOffset < len(s.src) {
scanner.go#L60: s.offset = s.rdOffset
scanner.go#L65: r, w := rune(s.src[s.rdOffset]), 1
scanner.go#L71: r, w = utf8.DecodeRune(s.src[s.rdOffset:])
scanner.go#L76: s.rdOffset += w
scanner.go#L125: s.rdOffset = 0
![]() |
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. |