Skip to content

Commit

Permalink
change package path
Browse files Browse the repository at this point in the history
  • Loading branch information
townewgokgok committed Feb 9, 2018
1 parent 7fad0dc commit ab9528a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion decoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rison_test
import (
"fmt"

"github.com/townewgokgok/go-rison"
"github.com/sakura-internet/go-rison"
)

func ExampleDecode() {
Expand Down
2 changes: 1 addition & 1 deletion encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rison_test
import (
"fmt"

"github.com/townewgokgok/go-rison"
"github.com/sakura-internet/go-rison"
)

func ExampleMarshal() {
Expand Down
2 changes: 1 addition & 1 deletion quote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/url"
"testing"

"github.com/townewgokgok/go-rison"
"github.com/sakura-internet/go-rison"
)

func ExampleQuote() {
Expand Down

0 comments on commit ab9528a

Please sign in to comment.