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>
This commit is contained in:
Noel Georgi 2025-10-24 16:29:45 +05:30
parent 61e95cb4b7
commit b494c54c81
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -0,0 +1,9 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//go:build !linux
// Package fsopen provides a simple interface to create and manage a filesystem
// using the Linux syscalls for filesystem operations.
package fsopen