• Brad Fitzpatrick's avatar
    cmd/goapi: new tool for tracking exported API over time · 5c04272f
    Brad Fitzpatrick authored
    The idea is that we add files to the api/ directory which
    are sets of promises for the future.  Each line in a file
    is a stand-alone feature description.
    
    When we do a release, we make sure we haven't broken or changed
    any lines from the past (only added them).
    
    We never change old files, only adding new ones. (go-1.1.txt,
    etc)
    
    R=dsymonds, adg, r, remyoudompheng, rsc
    CC=golang-dev
    https://golang.org/cl/5570051
    5c04272f
Name
Last commit
Last update
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...
favicon.ico Loading commit data...
robots.txt Loading commit data...