Skip to content

Commit

Permalink
Fix reference to mwitkow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Witkowski committed Nov 4, 2015
1 parent 28341d1 commit 822df7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The current implementation depends on a public interface to `ClientConn.Picker()

Names in no particular order:

* [mwitkow-io](https://github.com/mwitkow)
* [mwitkow](https://github.com/mwitkow)

## License

Expand Down
6 changes: 3 additions & 3 deletions proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"io"


"github.com/mwitkow-io/grpc-proxy"
pb "github.com/mwitkow-io/grpc-proxy/testservice"
"github.com/mwitkow/grpc-proxy"
pb "github.com/mwitkow/grpc-proxy/testservice"

"github.com/stretchr/testify/suite"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -234,4 +234,4 @@ func (t *testingLog) Printf(format string, args ...interface{}) {

func (t *testingLog) Println(args ...interface{}) {
t.T.Log(args...)
}
}

0 comments on commit 822df7d

Please sign in to comment.