• Russ Cox's avatar
    all: retire architecture letter in file names, public API · cf932cd8
    Russ Cox authored
    This CL removes the remaining visible uses of the "architecture letter" concept.
    (They are no longer in tool names nor in source directory names.)
    
    Because the architecture letter concept is now gone, delete GOCHAR
    from "go env" output, and change go/build.ArchChar to return an
    error always.
    
    The architecture letter is still used in the compiler and linker sources
    as a clumsy architecture enumeration, but that use is not visible to
    Go users and can be cleaned up separately.
    
    Change-Id: I4d97a38f372003fb610c9c5241bea440d9dbeb8d
    Reviewed-on: https://go-review.googlesource.com/10289Reviewed-by: 's avatarRob Pike <r@golang.org>
    cf932cd8
sinit_run.go 595 Bytes