package
Version:
v0.0.0-...-f79304c
Opens a new window with list of versions in this module.
Published: Jan 11, 2016
License: BSD-2-Clause-Views
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
go-diff is a tool checking semantic difference between source files.
Currently supported language:
- Go (fully)
If the language is not supported or parsing is failed for either file,
a line-to-line comparing is imposed.
Exec prints the difference between two Go files to stdout. Not thread-safe.
ExecWriter prints the difference between two parsed Go files into w. Not thread-safe.
type Options struct {
NoColor bool
}
Options specifies options for processing files.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.