]> Cypherpunks repositories - gostls13.git/commit
go/ast: document that ast.FilterFile always filters imports
authorRobert Griesemer <gri@golang.org>
Fri, 23 Jan 2015 19:45:00 +0000 (11:45 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 23 Jan 2015 19:52:07 +0000 (19:52 +0000)
commit571d02d9fef357ffb7ffe341d30164123f686efb
tree9a9c0efcb7f8f1cf36fe350795f2484427fcfb3e
parentc8d7d0d9f117cfd3d7e13f4061e8a69b8d5afbf5
go/ast: document that ast.FilterFile always filters imports

Fixes #9248.

Change-Id: Id1c50af5eb35d7720b8f0a4d4881414baf061d56
Reviewed-on: https://go-review.googlesource.com/3241
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/ast/filter.go