• 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
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
dev.cc Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...