mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
8 lines
62 B
Go
8 lines
62 B
Go
// +build !dqlite
|
|
|
|
package cmds
|
|
|
|
const (
|
|
hideDqlite = true
|
|
)
|