mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 14:59:27 +00:00
9 lines
94 B
Go
9 lines
94 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultSnapshotter = "windows"
|
|
)
|