func golang.org/x/sys/unix.removexattr
3 uses
golang.org/x/sys/unix (current package)
syscall_darwin.go#L255: return removexattr(path, attr, 0)
syscall_darwin.go#L259: return removexattr(link, attr, XATTR_NOFOLLOW)
zsyscall_darwin_arm64.go#L617: func removexattr(path string, attr string, options int) (err error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)