consts.go 53 B

12345
  1. package consts
  2. const (
  3. ContextKey = "ContextKey"
  4. )