got
got copied to clipboard
Darwin Build issue: go:linkname must refer to declared function or variable [solved]
Hi, the latest version didn't build with the following error
user@host got % go build ./...
# golang.org/x/sys/unix
../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable
Original(?)/related issue refers potential solution:
https://github.com/golang/go/issues/51706#issuecomment-1074480464