From 74b987f3f004108dcec602213bb628446639653c Mon Sep 17 00:00:00 2001 From: Corey Boornazian Date: Wed, 25 Jul 2018 00:17:23 -0400 Subject: [PATCH] Fix typo on client.go Signed-off-by: Corey Boornazian --- examples/hotrod/services/route/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/hotrod/services/route/client.go b/examples/hotrod/services/route/client.go index 92a4e066cc16..c93682391725 100644 --- a/examples/hotrod/services/route/client.go +++ b/examples/hotrod/services/route/client.go @@ -19,8 +19,6 @@ import ( "net/http" "net/url" - "fmt" - "github.com/opentracing-contrib/go-stdlib/nethttp" "github.com/opentracing/opentracing-go" "go.uber.org/zap"