From 3fb75919ce5ceaa00a48b6d6af534966bedbb23b Mon Sep 17 00:00:00 2001 From: Shivek Khurana Date: Wed, 20 Jan 2021 18:07:02 +0530 Subject: [PATCH] Go linter thinks that I'm a 12 year old going on a solo trip to China --- protocol/urls/urls_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/urls/urls_test.go b/protocol/urls/urls_test.go index d4ffa862b..5efef70dd 100644 --- a/protocol/urls/urls_test.go +++ b/protocol/urls/urls_test.go @@ -1,8 +1,8 @@ package urls import ( - "testing" "strings" + "testing" "github.com/stretchr/testify/require" )