LGTM On Wed, Mar 24, 2010 at 2:44 PM, <r@golang.org> wrote: > Reviewers: rsc, gri, ...
15 years, 1 month ago
(2010-03-24 21:47:19 UTC)
#2
LGTM
On Wed, Mar 24, 2010 at 2:44 PM, <r@golang.org> wrote:
> Reviewers: rsc, gri, iant, yuri.vashchenko_gmail.com,
>
> Message:
> Hello rsc, gri, iant, ken (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> Delete panicln from the spec.
>
> Please review this at http://codereview.appspot.com/738041/show
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -1547,7 +1547,7 @@
>
> Functions:
> cap close closed cmplx copy imag len make
> - new panic panicln print println real
> + new panic print println real
> </pre>
>
>
> @@ -4525,7 +4525,6 @@
> print prints all arguments; formatting of arguments is
> implementation-specific
> println like print but prints spaces between arguments and a newline at
> the end
> panic like print, aborts execution after printing
> -panicln like println, aborts execution after printing
> </pre>
>
>
>
>
>
Issue 738041: code review 738041: Delete panicln from the spec.
(Closed)
Created 15 years, 1 month ago by r
Modified 15 years, 1 month ago
Reviewers:
Base URL:
Comments: 0