initial commit
This commit is contained in:
7
pkg/contexts/keys.go
Normal file
7
pkg/contexts/keys.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package contexts
|
||||
|
||||
type contextKey string
|
||||
|
||||
func (c contextKey) String() string {
|
||||
return "oslstats context key " + string(c)
|
||||
}
|
||||
Reference in New Issue
Block a user