Skip to content

Commit ec7fdbb

Browse files
committed
Update README.md
1 parent ffccea1 commit ec7fdbb

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
@@ -8,8 +8,6 @@ http://code.google.com/p/google-diff-match-patch/
88
Current state for this Go library
99
---------------------------------
1010

11-
All the code and its tests has been ported. Now there are still several tests failing due to bugs in the port, but since it is a pretty test-complete library, we have a good measure to tell when will it be in a stable state (100% of tests passing). If you feel like contributing to the library, please pick a failing unit test and make it pass, thanks!
12-
1311
In order to run the tests:
1412

1513
`cd diff && go test`
@@ -45,4 +43,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
4543

4644
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4745

48-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)