()
| 14 | type contextKey string |
| 15 | |
| 16 | func (c contextKey) String() string { |
| 17 | return "Context key: " + string(c) |
| 18 | } |
| 19 | |
| 20 | const ( |
| 21 | contextKeyConfig = contextKey("gitdir-config") |
nothing calls this directly
no outgoing calls
no test coverage detected