dnscontrol/pkg/diff2/flag.go
Tom Limoncelli b0f2945510
REFACTOR: Add diff2 enable flag to all DNS providers (#1851)
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.
2022-12-11 15:02:58 -05:00

4 lines
105 B
Go

package diff2
// EnableDiff2 is true to activate the experimental diff2 algorithm.
var EnableDiff2 bool