We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e95cb commit b494c54Copy full SHA for b494c54
pkg/xfs/fsopen/fsopen_other.go
@@ -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