Skip to content

Commit

Permalink
Move over to different errors file
Browse files Browse the repository at this point in the history
  • Loading branch information
willhug committed Nov 8, 2016
1 parent 8ab60fb commit 8c22b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions transport/internal/errors/peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package errors

import (
"fmt"

"go.uber.org/yarpc/transport"
)

Expand Down
2 changes: 1 addition & 1 deletion transport/peer/peerlist/single.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package peerlist
import (
"context"

"go.uber.org/yarpc/internal/errors"
"go.uber.org/yarpc/transport"
"go.uber.org/yarpc/transport/internal/errors"

"github.com/uber-go/atomic"
)
Expand Down
2 changes: 1 addition & 1 deletion transport/peer/peerlist/single_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"testing"

"go.uber.org/yarpc/internal/errors"
"go.uber.org/yarpc/transport"
"go.uber.org/yarpc/transport/internal/errors"
"go.uber.org/yarpc/transport/transporttest"

"github.com/crossdock/crossdock-go/assert"
Expand Down

0 comments on commit 8c22b83

Please sign in to comment.