go/ast.posSpan.Start (field)
8 uses
go/ast (current package)
import.go#L92: Start token.Pos
import.go#L116: begSpecs := pos[0].Start
import.go#L154: for specIndex+1 < len(specs) && pos[specIndex+1].Start <= g.Pos() {
import.go#L159: if specIndex == 0 && pos[specIndex].Start > g.Pos() {
import.go#L162: lineAt(fset, pos[specIndex].Start)+1 == lineAt(fset, g.Pos()) {
import.go#L206: s.Name.NamePos = pos[i].Start
import.go#L208: s.Path.ValuePos = pos[i].Start
import.go#L213: c.Slash = pos[i].Start - 1
![]() |
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. |