sourcegraph / appdash

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

Add some missing function documentation. #11

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

Add some missing function' documentation, which was identified as missing by golint:

$ golint .
collector.go:192:1: exported method RemoteCollector.Collect should have comment or be unexported
recorder.go:54:1: exported method Recorder.Event should have comment or be unexported
store.go:61:1: exported method MemoryStore.Collect should have comment or be unexported
store.go:192:1: exported method MemoryStore.Trace should have comment or be unexported
store.go:207:1: exported method MemoryStore.Traces should have comment or be unexported
store.go:222:1: exported method MemoryStore.Delete should have comment or be unexported