type golang.org/x/mod/modfile.LineBlock
17 uses
golang.org/x/mod/modfile (current package)
print.go#L143: case *LineBlock:
read.go#L116: case *LineBlock:
read.go#L148: block := &LineBlock{Token: stmt.Token[:1], Line: []*Line{stmt}}
read.go#L156: case *LineBlock:
read.go#L214: case *LineBlock:
read.go#L286: type LineBlock struct {
read.go#L295: func (x *LineBlock) Span() (start, end Position) {
read.go#L657: case *LineBlock:
read.go#L830: in.file.Stmt = append(in.file.Stmt, &LineBlock{
read.go#L852: func (in *input) parseLineBlock(start Position, token []string, lparen token) *LineBlock {
read.go#L853: x := &LineBlock{
rule.go#L160: case *LineBlock:
rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
rule.go#L561: func parseRetractRationale(block *LineBlock, line *Line) string {
rule.go#L784: case *LineBlock:
rule.go#L939: block, ok := stmt.(*LineBlock)
rule.go#L1013: case *LineBlock:
 |
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. |