Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 29, 2019
1 parent 5003a0a commit 82c7746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Documentation

See [these docs](https://godoc.org/github.com/cristaloleg/dsvreader).
See [these docs](https://godoc.org/github.com/cristalhq/dsvreader).
2 changes: 1 addition & 1 deletion dsvreader_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"fmt"

"github.com/cristaloleg/dsvreader"
"github.com/cristalhq/dsvreader"
)

func ExampleReader() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module github.com/cristaloleg/dsvreader
module github.com/cristalhq/dsvreader

0 comments on commit 82c7746

Please sign in to comment.