Add a default differ that matches the snapshotter

Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
This commit is contained in:
James Sturtevant
2024-01-30 14:02:02 -08:00
parent 4f3a026bce
commit 81409e9373
4 changed files with 68 additions and 8 deletions

View File

@@ -21,4 +21,5 @@ const (
// This will be based on the client compilation target, so take that into
// account when choosing this value.
DefaultSnapshotter = "windows"
DefaultDiffer = "windows"
)