• Russ Cox's avatar
    [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generate · 0fe444d3
    Russ Cox authored
    Eventually I'd like almost everything cmd/dist generates
    to be done with 'go generate' and checked in, to simplify
    the bootstrap process. The only thing cmd/dist really needs
    to do is write things like the current experiment info and
    the current version.
    
    This is a first step toward that. It replaces the _NaCl etc
    constants with generated ones goos_nacl, goos_darwin,
    goarch_386, and so on.
    
    LGTM=dave, austin
    R=austin, dave, bradfitz
    CC=golang-codereviews, iant, r
    https://golang.org/cl/174290043
    0fe444d3
Name
Last commit
Last update
..
5a Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8g Loading commit data...
8l Loading commit data...
9a Loading commit data...
9c Loading commit data...
9g Loading commit data...
9l Loading commit data...
addr2line Loading commit data...
api Loading commit data...
cc Loading commit data...
cgo Loading commit data...
dist Loading commit data...
fix Loading commit data...
gc Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
ld Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
yacc Loading commit data...