package contexts type contextKey string func (c contextKey) String() string { return "oslstats context key " + string(c) }