Add varcheck, deadcode, and mispell linters

This commit is contained in:
Sargun Dhillon
2019-09-25 09:03:34 -07:00
parent c0746372ad
commit e02c4d9e1e
4 changed files with 7 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ var (
)
// TracingExporterInitFunc is the function that is called to initialize an exporter.
// This is used when registering an exporter and called when a user specifed they want to use the exporter.
// This is used when registering an exporter and called when a user specified they want to use the exporter.
type TracingExporterInitFunc func(TracingExporterOptions) (trace.Exporter, error)
// RegisterTracingExporter registers a tracing exporter.