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)