go/token.FileSet.base (field)
9 uses
go/token (current package)
position.go#L388: base int // base offset for the next file
position.go#L396: base: 1, // 0 == NoPos
position.go#L405: b := s.base
position.go#L431: base = s.base
position.go#L433: if base < s.base {
position.go#L434: panic(fmt.Sprintf("invalid base %d (should be >= %d)", base, s.base))
position.go#L446: s.base = base
serialize.go#L29: s.base = ss.Base
serialize.go#L54: ss.Base = s.base
![]() |
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. |