FAQ
LGTM

I believe this was a dreg from when strings were single-word values.


http://codereview.appspot.com/6489075/

Search Discussions

  • Dsymonds at Sep 10, 2012 at 10:48 pm
    *** Submitted as
    http://code.google.com/p/go/source/detail?r=dbcfb4459ab8 ***

    doc: Don't imply incorrect guarantees about data races.

    A race between
    a = "hello, world"
    and
    print(a)
    is not guaranteed to print either "hello, world" or "".
    Its behaviour is undefined.

    Fixes issue 4039.

    R=rsc
    CC=dvyukov, gobot, golang-dev, r
    http://codereview.appspot.com/6489075


    http://codereview.appspot.com/6489075/

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-dev @
categoriesgo
postedSep 10, '12 at 4:23p
activeSep 10, '12 at 10:48p
posts2
users2
websitegolang.org

2 users in discussion

Rsc: 1 post Dsymonds: 1 post

People

Translate

site design / logo © 2023 Grokbase