]> Cypherpunks repositories - gostls13.git/commit
go/ast: add missing handling of SendStmt to ast.Walk
authorRobert Griesemer <gri@golang.org>
Wed, 2 Feb 2011 00:57:45 +0000 (16:57 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Feb 2011 00:57:45 +0000 (16:57 -0800)
commit3a54d43825e548a4299f959968579b24868e45d4
tree56aec178ede09819b50daa8211e551d947acdfec
parentd203c4356839b6966bb7f8fa6a0f553684886ee7
go/ast: add missing handling of SendStmt to ast.Walk

R=adg
CC=golang-dev
https://golang.org/cl/4044048
src/pkg/go/ast/walk.go