summaryrefslogtreecommitdiff
path: root/src/lib/exvar.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike1-202/+0
2009-05-04Remake exvar package to be more Go-ish.David Symonds1-177/+146
2009-04-28Add a HTTP handler to the exvar package.David Symonds1-0/+11
2009-04-26Add string-valued variables to exvar.David Symonds1-1/+40
2009-04-21Clean up some more code after bug143 was fixed.David Symonds1-6/+1
2009-04-21Bug 143 is fixed, so clean up some of exvar.David Symonds1-5/+7
2009-04-21Change exvar to use a goroutine channel worker instead of a mutex for synchro...David Symonds1-61/+87
2009-04-20Refactor exvar to use interface types, and add mapVar.David Symonds1-20/+117
2009-04-20Use the mutex in exvar.Set since map access is not atomic.David Symonds1-0/+3
2009-04-19Initial cut at an "exported variables" (exvar) package.David Symonds1-0/+60