mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
8 lines
111 B
Go
8 lines
111 B
Go
package sysx
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
var unsupported = errors.New("extended attributes unsupported on OpenBSD")
|