mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
b0f2945510
This should enable the diff2 code to be inserted with good "git blame" results for new code. I'm adding this early to catch any problems early.
4 lines
105 B
Go
4 lines
105 B
Go
package diff2
|
|
|
|
// EnableDiff2 is true to activate the experimental diff2 algorithm.
|
|
var EnableDiff2 bool
|