sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Add more documentation #42

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change adds the last of the documentation that I wanted to target / felt was missing. Primarily this is high-level package and command docs, plus a few targeted ones (like the fact that appdash.MemoryStore implements the appdash.PersistentStore interface).

All other public symbols are documented properly (from my own extensive review, and according to go vet / golint).