Codebase list golang-github-pkg-xattr / d5f79f3
New upstream version 0.4.9 Mathias Gibbens 1 year, 5 months ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2020 run: |
2121 GOOS=freebsd go build
2222 GOOS=windows go build
23 GOOS=openbsd go build
2324 go build -v .
2425
2526 - name: Test
99
1010 const (
1111 // We need to use the default for non supported operating systems
12 ENOATTR = syscall.ENODATA
12 ENOATTR = syscall.Errno(0x59)
1313 )
1414
1515 // XATTR_SUPPORTED will be true if the current platform is supported