• Russ Cox's avatar
    cleanup toward eliminating package global name space · a6736fa4
    Russ Cox authored
      * switch to real dot (.) instead of center dot (·) everywhere in object files.
        before it was half and half depending on where in the name it appeared.
      * in 6c/6a/etc identifiers, · can still be used but turns into . immediately.
      * in export metadata, replace package identifiers with quoted strings
        (still package names, not paths).
    
    R=ken2, r
    CC=golang-dev
    https://golang.org/cl/190076
    a6736fa4
gobj.c 13.3 KB