reg/vendor/github.com/containerd/continuity/sysx/xattr_openbsd.go

8 lines
111 B
Go
Raw Normal View History

package sysx
import (
"errors"
)
var unsupported = errors.New("extended attributes unsupported on OpenBSD")