Skip to content

Commit

Permalink
fix: golint errors (part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed May 19, 2021
1 parent 790858c commit 44d5e7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion signal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/cenkalti/backoff/v4"
pb "github.com/golang/protobuf/proto"
pb "github.com/golang/protobuf/proto" //nolint
log "github.com/sirupsen/logrus"
"github.com/wiretrustee/wiretrustee/signal/proto"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
Expand Down
12 changes: 6 additions & 6 deletions signal/proto/signalexchange.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44d5e7f

Please sign in to comment.