Skip to content

Commit

Permalink
fix go linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Mar 1, 2024
1 parent 6d1beb1 commit 8f58ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tools/heal/liveness_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ import (
"github.com/networkservicemesh/api/pkg/api/networkservice"
"github.com/networkservicemesh/govpp/binapi/ip_types"
"github.com/networkservicemesh/govpp/binapi/ping"
"github.com/networkservicemesh/sdk-vpp/pkg/tools/ifindex"
"github.com/networkservicemesh/sdk/pkg/tools/log"
"github.com/pkg/errors"
"go.fd.io/govpp/api"

"github.com/networkservicemesh/sdk-vpp/pkg/tools/ifindex"
)

const (
Expand Down

0 comments on commit 8f58ff8

Please sign in to comment.