Skip to content

Commit e6c776a

Browse files
committed
Update files
1 parent b9fe630 commit e6c776a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
A copy of `golang.org/x/tools/internal/diff`.
2+
3+
This repo is extracted from https://github.com/golang/tools.
4+
5+
```sh
6+
git filter-repo --path LICENSE --path go.mod --path go.sum --path internal/diff --path internal/testenv --path internal/gocommand --path internal/goroot --path internal/event --path-rename internal/diff:diff --replace-text ../rename-text.txt
7+
```

replace-text.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
golang.org/x/tools/internal/diff==>github.com/apstndb/gotoolsdiff/diff
2+
golang.org/x/tools/internal/testenv==>github.com/apstndb/gotoolsdiff/internal/testenv
3+
golang.org/x/tools/internal/goroot==>github.com/apstndb/gotoolsdiff/internal/goroot
4+
golang.org/x/tools/internal/gocommand==>github.com/apstndb/gotoolsdiff/internal/gocommand
5+
golang.org/x/tools/internal/event==>github.com/apstndb/gotoolsdiff/internal/event
6+
golang.org/x/tools==>github.com/apstndb/gotoolsdiff

0 commit comments

Comments
 (0)