fix golint issues, else blocks (#457)
This commit is contained in:
@@ -6,7 +6,7 @@ var TracingKey = contextKey("X-Trace")
|
||||
// contextKey a type for context key
|
||||
type contextKey string
|
||||
|
||||
// Printing a context will reveal a fair amount of information about it.
|
||||
// String returns a context will reveal a fair amount of information about it.
|
||||
func (c contextKey) String() string {
|
||||
return "trace/tracespec context key " + string(c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user