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 a77cab6 commit 8fee7c0Copy full SHA for 8fee7c0
.travis.yml
@@ -0,0 +1,5 @@
1
+language: go
2
+go:
3
+ - 1.4
4
+ - tip
5
+
README.md
@@ -1,6 +1,8 @@
go-difflib
==========
+[](https://travis-ci.org/pmezard/go-difflib)
6
Go-difflib is a partial port of python 3 difflib package. Its main goal
7
was to make unified and context diff available in pure Go, mostly for
8
testing purposes.
0 commit comments