From 74c99d013c154f61d0820f40f879f7705946cdee Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Wed, 14 Sep 2022 15:43:05 -0700 Subject: [PATCH] well, maybe a little --- net/http/mux.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/http/mux.go b/net/http/mux.go index f8d400d..a204c21 100644 --- a/net/http/mux.go +++ b/net/http/mux.go @@ -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