util/context/context.go
crusader cbe7492057 ing
2017-11-10 16:05:28 +09:00

8 lines
99 B
Go

package context
type ContextKey string
func (c ContextKey) String() string {
return string(c)
}