mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-20 13:06:38 +00:00
* Updates containerd to v1.7.0 and new binary for 32-bit Arm OSes. * Updates Go dependencies - openfaas and external Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
311 B
Go
Generated
10 lines
311 B
Go
Generated
// Copyright 2019, The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package flags
|
|
|
|
// Deterministic controls whether the output of Diff should be deterministic.
|
|
// This is only used for testing.
|
|
var Deterministic bool
|