//go:build windows

package cmds

const (
	DefaultSnapshotter = "windows"
)
