Skip to content

Commit 748a069

Browse files
authored
remove old link and remove "unstable" now that it's used in prod
1 parent 2083912 commit 748a069

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Diff parser and printer for Go.
44

5-
**Unstable API:** go-diff is currently in development. If you depend on it, you should vendor it.
6-
75
Installing
86
----------
97

@@ -14,7 +12,7 @@ go get -u sourcegraph.com/sourcegraph/go-diff/diff
1412
Usage
1513
-----
1614

17-
It doesn't actually compute a diff. It only reads in (and prints out, given a Go struct representation) unified diff output, such as the following. The corresponding data structure in Go is the [`diff.FileDiff`](https://sourcegraph.com/github.com/sourcegraph/go-diff/-/def/GoPackage/github.com/sourcegraph/go-diff/diff/-/FileDiff) struct.
15+
It doesn't actually compute a diff. It only reads in (and prints out, given a Go struct representation) unified diff output, such as the following. The corresponding data structure in Go is the `diff.FileDiff` struct.
1816

1917
```diff
2018
--- oldname 2009-10-11 15:12:20.000000000 -0700

0 commit comments

Comments
 (0)