]> Cypherpunks repositories - gostls13.git/commit
go/ast: fix FuncType.Pos() impl. and FuncType.Params documentation
authorRobert Griesemer <gri@golang.org>
Wed, 22 May 2013 20:36:43 +0000 (13:36 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 22 May 2013 20:36:43 +0000 (13:36 -0700)
commit75b62e367bfe0b4935fb08f5941f3a9a99932dae
treedd82cb2c1319b6110d752b877b3dc20dfa15a598
parent452f3bc7599afcee9a5bda0caee4f7859c8d170a
go/ast: fix FuncType.Pos() impl. and FuncType.Params documentation

As pointed out by adonovan.

R=golang-dev, adonovan
CC=golang-dev
https://golang.org/cl/9662045
src/pkg/go/ast/ast.go
src/pkg/go/ast/filter.go