Fix some golangci-lint warnings (#4448)

This commit is contained in:
Erik Grinaker
2020-02-20 13:43:40 +01:00
committed by GitHub
parent 8010f3b4df
commit 8f48c49543
12 changed files with 19 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"net"
"net/http"
_ "net/http/pprof"
_ "net/http/pprof" // nolint: gosec // securely exposed on separate, optional port
"os"
"strings"
"time"