diff --git a/router.go b/router.go index ecde6c9..b6b3dc5 100644 --- a/router.go +++ b/router.go @@ -20,6 +20,7 @@ import ( "go.opentelemetry.io/otel/trace" ) +// TODO(jwetzell): can/should this be split into different components? type Router struct { contextCancel context.CancelFunc Context context.Context