Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Feb 16, 2023
1 parent 84fab99 commit 3af1bb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ import (
"math/rand"
"net"
"net/http" //nolint:goimports
"reflect"

// For pprof
_ "net/http/pprof" // #nosec G108
"os"
"os/user"
"reflect"
"strconv"
"sync"
"sync/atomic"
Expand Down

0 comments on commit 3af1bb6

Please sign in to comment.