Commit ce32d390 authored by Petar Radovic's avatar Petar Radovic

lint fixes

parent 3c484dd7
......@@ -59,7 +59,7 @@ func TestHandle(t *testing.T) {
Light: false,
}
w.WriteMsg(&ShakeHand{
_ = w.WriteMsg(&ShakeHand{
Address: info.Address,
NetworkID: info.NetworkID,
Light: info.Light,
......
......@@ -9,7 +9,6 @@ import (
"github.com/prometheus/client_golang/prometheus"
)
type metrics struct {
// all metrics fields must be exported
// to be able to return them by Metrics()
......
......@@ -5,9 +5,9 @@
package protobuf
import (
"github.com/ethersphere/bee/pkg/p2p"
ggio "github.com/gogo/protobuf/io"
"github.com/gogo/protobuf/proto"
"github.com/ethersphere/bee/pkg/p2p"
"io"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment