• David Symonds's avatar
    Remake exvar package to be more Go-ish. · 2f284948
    David Symonds authored
    It now exports a Var interface (anyone can export their own custom var types now), so users need to create and manage their own vars and mark them as exportable via the Publish function. They are exposed via /debug/vars.
    
    R=r,rsc
    APPROVED=r
    DELTA=605  (314 added, 186 deleted, 105 changed)
    OCL=28143
    CL=28239
    2f284948
Name
Last commit
Last update
..
Makefile Loading commit data...
fs.go Loading commit data...
request.go Loading commit data...
server.go Loading commit data...
status.go Loading commit data...
triv.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...