We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a9c8d commit db7567eCopy full SHA for db7567e
README.md
@@ -1,12 +1,10 @@
1
-go-diff
2
-=======
+# go-diff
3
4
Go-diff is a Go language port of Neil Fraser's google-diff-match-patch code. His original code is available at:
5
6
http://code.google.com/p/google-diff-match-patch/
7
8
-Current state for this Go library
9
----------------------------------
+## Current state for this Go library
10
11
In order to run the tests:
12
@@ -16,8 +14,7 @@ In order to run the tests:
16
14
17
15
go get github.com/sergi/go-diff/diffmatchpatch
18
19
-Copyright and License
20
----------------------
+## Copyright and License
21
22
The original Google Diff, Match and Patch Library is licensed under
23
the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments