From 3602180b4546bd99e19172a9ad2847b3428a0cb7 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 24 Jan 2019 09:21:31 -0800 Subject: [PATCH] re-add missing import --- common/download_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/download_test.go b/common/download_test.go index 7a0792c3d..228a581ed 100644 --- a/common/download_test.go +++ b/common/download_test.go @@ -5,6 +5,7 @@ import ( "encoding/hex" "fmt" "io/ioutil" + "net/http" "net/http/httptest" "os" "path/filepath"