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 | ||
external_plan9.go | ||
external_unix.go | ||
external_windows.go | ||
external.go | ||
interp_test.go | ||
interp.go | ||
map.go | ||
ops.go | ||
reflect.go | ||
value.go |