]> Cypherpunks repositories - gostls13.git/commit
go/ast: remove unnecessary result value from ast.Fprint/Print
authorRobert Griesemer <gri@golang.org>
Fri, 13 Jan 2012 00:04:32 +0000 (16:04 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 13 Jan 2012 00:04:32 +0000 (16:04 -0800)
commit06479f766c4ae16e918701839bec0776ed52ec67
treedbcc3e2a307c6e4a0c7d2c7db201464cc0126859
parentc2ffd9d0c27e8bdecaf0e717481def74b40b364d
go/ast: remove unnecessary result value from ast.Fprint/Print

These functions are mostly of interest for debugging; the
number of bytes written is uninteresting.

R=r, bradfitz
CC=golang-dev
https://golang.org/cl/5540046
src/pkg/go/ast/print.go
src/pkg/go/ast/print_test.go