well, maybe a little
This commit is contained in:
parent
618cdcc095
commit
74c99d013c
@ -1,3 +1,6 @@
|
|||||||
|
// based on the "way" package by matt ryer
|
||||||
|
// Copyright (c) 2016 Mat Ryer
|
||||||
|
|
||||||
package http
|
package http
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -6,7 +9,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// wayContextKey is the context key type for storing
|
// contextKey is the context key type for storing
|
||||||
// parameters in context.Context.
|
// parameters in context.Context.
|
||||||
type contextKey string
|
type contextKey string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user