mirror of
https://github.com/pmezard/go-difflib.git
synced 2026-03-31 08:37:10 +09:00
difflib: extract summary line from package documentation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Package difflib is a partial port of Python difflib module. It provides tools
|
||||
// to compare sequences of strings and generate textual diffs.
|
||||
// Package difflib is a partial port of Python difflib module.
|
||||
//
|
||||
// It provides tools to compare sequences of strings and generate textual diffs.
|
||||
//
|
||||
// The following class and functions have been ported:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user