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