Files
oslstats/pkg/contexts/keys.go
2026-01-21 20:03:02 +11:00

8 lines
126 B
Go

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