summaryrefslogtreecommitdiff
path: root/src/lib/exvar_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Change exvar to use a goroutine channel worker instead of a mutex for synchro...David Symonds1-13/+13
2009-04-20Refactor exvar to use interface types, and add mapVar.David Symonds1-14/+47
2009-04-19Initial cut at an "exported variables" (exvar) package.David Symonds1-0/+54