LGTM - gri On Thu, Sep 2, 2010 at 11:17 PM, <r@golang.org> wrote: > Reviewers: ...
14 years, 11 months ago
(2010-09-03 06:50:52 UTC)
#2
LGTM
- gri
On Thu, Sep 2, 2010 at 11:17 PM, <r@golang.org> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> list: update comment to state that the zero value is ready to use.
>
> Please review this at http://codereview.appspot.com/2147042/
>
> Affected files:
> M src/pkg/container/list/list.go
>
>
> Index: src/pkg/container/list/list.go
> ===================================================================
> --- a/src/pkg/container/list/list.go
> +++ b/src/pkg/container/list/list.go
> @@ -25,6 +25,7 @@
> func (e *Element) Prev() *Element { return e.prev }
>
> // List represents a doubly linked list.
> +// The zero value for List is an empty list ready to use.
> type List struct {
> front, back *Element
> len int
>
>
>
Issue 2147042: code review 2147042: list: update comment to state that the zero value is re...
(Closed)
Created 14 years, 11 months ago by r
Modified 14 years, 11 months ago
Reviewers:
Base URL:
Comments: 0