mirror of
https://github.com/golang/go
synced 2024-11-19 02:14:43 -07:00
e1e9089196
Before: func(any, ...interface{}). After: func(any, ...any) They are no longer variadic, so you can't write print(x, y...). (Recall that print(1) and print(interface{}(1)) behave differently and that this is useful.) Fixes bug 6560 R=gri CC=golang-dev https://golang.org/cl/14455054 |
||
---|---|---|
.. | ||
testdata | ||
importer_test.go | ||
importer.go | ||
pkginfo.go | ||
source_test.go | ||
source.go | ||
util.go |