From dedecaa78879aa0f9a8ee9544957fe46523081bb Mon Sep 17 00:00:00 2001 From: Patrick Mezard Date: Wed, 28 Oct 2015 10:34:38 +0100 Subject: [PATCH] README: add link to godoc.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65887a6..e87f307 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ go-difflib ========== [![Build Status](https://travis-ci.org/pmezard/go-difflib.png?branch=master)](https://travis-ci.org/pmezard/go-difflib) +[![GoDoc](https://godoc.org/github.com/pmezard/go-difflib/difflib?status.svg)](https://godoc.org/github.com/pmezard/go-difflib/difflib) Go-difflib is a partial port of python 3 difflib package. Its main goal was to make unified and context diff available in pure Go, mostly for