func golang.org/x/sys/unix.getAttrList
2 uses
golang.org/x/sys/unix (current package)
syscall_darwin.go#L25: attrs, err := getAttrList(".", attrList{CommonAttr: attrCmnFullpath}, buf, 0)
syscall_darwin.go#L110: func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)