From 67479ea4cd8c5f26b2b726aeae1bd0f97f6608ea Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Sun, 22 May 2016 13:50:02 -0700 Subject: [PATCH] remove runtime import --- server/monitor_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/monitor_test.go b/server/monitor_test.go index 93cbf11a..a9ea2a84 100644 --- a/server/monitor_test.go +++ b/server/monitor_test.go @@ -8,7 +8,6 @@ import ( "io/ioutil" "net/http" "net/url" - "runtime" "strings" "testing" "time"