Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Symlink all SDK files with
go_local_sdk
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`.
- Loading branch information