well, maybe a little

This commit is contained in:
Colin Henry 2022-09-14 15:43:05 -07:00
parent 618cdcc095
commit 74c99d013c

View File

@ -1,3 +1,6 @@
// based on the "way" package by matt ryer
// Copyright (c) 2016 Mat Ryer
package http
import (
@ -6,7 +9,7 @@ import (
"strings"
)
// wayContextKey is the context key type for storing
// contextKey is the context key type for storing
// parameters in context.Context.
type contextKey string