Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCai1111 committed Nov 16, 2016
1 parent a857ee7 commit 9950d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ API documentation can be found here: https://godoc.org/github.com/go-http-utils/

```go
import (
"github.com/DavidCai1993/negotiator"
"github.com/go-http-utils/negotiator"
)

negotiator := negotiator.New(req)
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"net/http/httptest"

"github.com/DavidCai1993/negotiator"
"github.com/go-http-utils/negotiator"
)

func ExampleNegotiator_Accept() {
Expand Down

0 comments on commit 9950d74

Please sign in to comment.