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