github.com/go-git/gcfg/token.FileSet.base (field)

7 uses

	github.com/go-git/gcfg/token (current package)
		position.go#L291: 	base  int          // base offset for the next file
		position.go#L299: 	s.base = 1 // 0 == NoPos
		position.go#L308: 	b := s.base
		position.go#L332: 	if base < s.base || size < 0 {
		position.go#L342: 	s.base = base
		serialize.go#L29: 	s.base = ss.Base
		serialize.go#L47: 	ss.Base = s.base