Skip to content

Commit

Permalink
[FAB-11021] Fix goimports error
Browse files Browse the repository at this point in the history
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 <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Jul 3, 2018
1 parent 1c3296c commit 8726745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orderer/common/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"net"
"net/http"
_ "net/http/pprof" // This is essentially the main package for the orderer

"os"
"time"

Expand Down

0 comments on commit 8726745

Please sign in to comment.