Skip to content

Commit

Permalink
Merge pull request #16 from nenad/patch/rename-nenad
Browse files Browse the repository at this point in the history
Rename nenadstojanovikj to nenad
  • Loading branch information
nenad authored Jun 15, 2019
2 parents 9ca1ca7 + ac1d9e3 commit 6e748f2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"

script:
- make all
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rd

![status](https://travis-ci.com/nenadstojanovikj/rd.svg?branch=master)
![status](https://travis-ci.com/nenad/rd.svg?branch=master)

RealDebrid API client for the Go language

Expand Down
2 changes: 1 addition & 1 deletion auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"testing"

"github.com/nenadstojanovikj/rd"
"github.com/nenad/rd"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion downloads_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package rd_test

import (
"bytes"
"github.com/nenadstojanovikj/rd"
"github.com/nenad/rd"
"io/ioutil"
"net/http"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/nenadstojanovikj/rd"
"github.com/nenad/rd"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion torrents_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/nenadstojanovikj/rd"
"github.com/nenad/rd"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion unrestrict_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"testing"

"github.com/nenadstojanovikj/rd"
"github.com/nenad/rd"

"github.com/stretchr/testify/assert"
)
Expand Down

0 comments on commit 6e748f2

Please sign in to comment.