Commit ce32d390 authored by Petar Radovic's avatar Petar Radovic

lint fixes

parent 3c484dd7
...@@ -59,7 +59,7 @@ func TestHandle(t *testing.T) { ...@@ -59,7 +59,7 @@ func TestHandle(t *testing.T) {
Light: false, Light: false,
} }
w.WriteMsg(&ShakeHand{ _ = w.WriteMsg(&ShakeHand{
Address: info.Address, Address: info.Address,
NetworkID: info.NetworkID, NetworkID: info.NetworkID,
Light: info.Light, Light: info.Light,
......
...@@ -9,7 +9,6 @@ import ( ...@@ -9,7 +9,6 @@ import (
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
) )
type metrics struct { type metrics struct {
// all metrics fields must be exported // all metrics fields must be exported
// to be able to return them by Metrics() // to be able to return them by Metrics()
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
package protobuf package protobuf
import ( import (
"github.com/ethersphere/bee/pkg/p2p"
ggio "github.com/gogo/protobuf/io" ggio "github.com/gogo/protobuf/io"
"github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/proto"
"github.com/ethersphere/bee/pkg/p2p"
"io" "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