updated stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package contexts
|
||||
|
||||
type contextKey string
|
||||
type Key string
|
||||
|
||||
func (c contextKey) String() string {
|
||||
func (c Key) String() string {
|
||||
return "oslstats context key " + string(c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user