From 87267456a381e192274aa4192ac6abbebc9956c5 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Tue, 3 Jul 2018 10:29:26 -0400 Subject: [PATCH] [FAB-11021] Fix goimports error Latest version of goimports which is built as part of CI has an issue with orderer/common/server/main.go Change-Id: Icbdd2ecad5b5c8b092d57a595ff42fa813101758 Signed-off-by: Gari Singh --- orderer/common/server/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/orderer/common/server/main.go b/orderer/common/server/main.go index 50438ff9851..8037000fc0c 100644 --- a/orderer/common/server/main.go +++ b/orderer/common/server/main.go @@ -10,6 +10,7 @@ import ( "net" "net/http" _ "net/http/pprof" // This is essentially the main package for the orderer + "os" "time"