Skip to content

Commit

Permalink
Update balancer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
esiqveland committed Apr 9, 2019
1 parent e227ea1 commit 91b5a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions balancer.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package balancer

import (
"errors"
"net"

"github.com/pkg/errors"
)

var ErrNoHosts = errors.New("No hosts available in list")
Expand Down

0 comments on commit 91b5a71

Please sign in to comment.