mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-12 18:06:48 +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
253 B
Go
Generated
10 lines
253 B
Go
Generated
// Copyright 2022 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 pkgbits
|
|
|
|
const (
|
|
flagSyncMarkers = 1 << iota // file format contains sync markers
|
|
)
|