github.com/go-git/gcfg/token.lineInfo.Offset (field)
4 uses
github.com/go-git/gcfg/token (current package)
position.go#L188: Offset int
position.go#L203: if i := len(f.infos); i == 0 || f.infos[i-1].Offset < offset && offset < f.size {
position.go#L240: return sort.Search(len(a), func(i int) bool { return a[i].Offset > x }) - 1
position.go#L254: if i := searchInts(f.lines, alt.Offset); i >= 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. |