Symlink all SDK files with `go_local_sdk` (#3696)

This is required with Go 1.21.1 as the `go` tool reads the `go.env` at
the root of the SDK. Instead of explicitly symlinking that file, symlink
all files except for the ones that already exist, e.g. because they were
added by another SDK rule wrapped with `go_wrap_sdk`.
1 file changed