Skip to content

Commit b494c54

Browse files
committed
fix: talos import on non-linux
Otherwise it fails to import talos on linux machines due to build constraints. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 61e95cb commit b494c54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/xfs/fsopen/fsopen_other.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
//go:build !linux
6+
7+
// Package fsopen provides a simple interface to create and manage a filesystem
8+
// using the Linux syscalls for filesystem operations.
9+
package fsopen

0 commit comments

Comments
 (0)