func go/ast.walkStmtList
4 uses
go/ast (current package)
walk.go#L30: func walkStmtList(v Visitor, list []Stmt) {
walk.go#L224: walkStmtList(v, n.List)
walk.go#L238: walkStmtList(v, n.Body)
walk.go#L260: walkStmtList(v, n.Body)
![]() |
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. |