diff --git a/doc/go_spec.html b/doc/go_spec.html index 769231819c..ba5ce894d2 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -5965,6 +5965,11 @@ print prints all arguments; formatting of arguments is implementation-speci println like print but prints spaces between arguments and a newline at the end +

+Implementation restriction: print and println need not +accept arbitrary argument types, but printing of boolean, numeric, and string +types must be supported. +

Packages