go/token.File.LineStart (method)
5 uses
go/token (current package)
position.go#L218: func (f *File) LineStart(line int) Pos {
go/ast
import.go#L118: beg := fset.File(begSpecs).LineStart(lineAt(fset, begSpecs))
import.go#L125: end = endFile.LineStart(endLine + 1) // beginning of next line
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L468: stdPos = tfile.LineStart(1)
example.go#L469: otherPos = tfile.LineStart(3)
![]() |
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. |