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