type golang.org/x/mod/modfile.Expr
10 uses
golang.org/x/mod/modfile (current package)
print.go#L108: func (p *printer) expr(x Expr) {
read.go#L39: type Expr interface {
read.go#L79: Stmt []Expr
read.go#L104: func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line {
read.go#L337: pre []Expr // all expressions, in preorder traversal
read.go#L338: post []Expr // all expressions, in postorder traversal
read.go#L638: func (in *input) order(x Expr) {
rule.go#L722: var hint Expr
rule.go#L781: var newStmts []Expr
rule.go#L1006: var stmts []Expr
![]() |
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. |