Skip to content

Commit 1514f25

Browse files
committed
fix: replacement of my module
1 parent afdbf98 commit 1514f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func visit(path string, fi os.FileInfo, err error) error {
3535

3636
fmt.Println(path)
3737

38-
newContents := strings.Replace(string(read), "roger-king/go-chi-wire", replace, -1)
38+
newContents := strings.Replace(string(read), "github.com/roger-king/go-chi-wire", replace, -1)
3939

4040
err = ioutil.WriteFile(path, []byte(newContents), 0)
4141
if err != nil {

0 commit comments

Comments
 (0)