]> Cypherpunks repositories - gostls13.git/commit
go/types: print, println accept 0 or more arguments
authorRobert Griesemer <gri@golang.org>
Wed, 13 Feb 2013 03:40:20 +0000 (19:40 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 13 Feb 2013 03:40:20 +0000 (19:40 -0800)
commit27970af5c9a90e1b50026b4ff003064ff9d04920
treec397e37841f3021a4656c7c853a2f7263f63cc5d
parent17377ab6510837db1a1df6d8547cb9c921f300f2
go/types: print, println accept 0 or more arguments

R=adonovan
CC=golang-dev
https://golang.org/cl/7304089
src/pkg/go/types/builtins.go
src/pkg/go/types/testdata/builtins.src
src/pkg/go/types/universe.go