Skip to content

Commit

Permalink
run goimports on file cri.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwlqx committed Sep 26, 2023
1 parent 1b7375b commit 5d35e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/exporter/nettop/cri.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package nettop
import (
"context"
"fmt"
log "github.com/sirupsen/logrus"
"net"
"net/url"
"os"
"strings"
"time"

log "github.com/sirupsen/logrus"

"github.com/pkg/errors"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
Expand Down

0 comments on commit 5d35e9a

Please sign in to comment.